From 5060c66738898913ca880d83b0fdcd5be2e0b59d Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Sun, 17 Nov 2024 14:19:58 +0200 Subject: Small style fixes (mostly shortening comment lines written by others...) --- src/scalevalapokalypsi/Server/Client.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/scalevalapokalypsi/Server/Client.scala') diff --git a/src/scalevalapokalypsi/Server/Client.scala b/src/scalevalapokalypsi/Server/Client.scala index 6ce2522..8716ca9 100644 --- a/src/scalevalapokalypsi/Server/Client.scala +++ b/src/scalevalapokalypsi/Server/Client.scala @@ -4,7 +4,8 @@ import java.net.Socket import scala.math.min import scalevalapokalypsi.constants.* import ServerProtocolState.* -import scalevalapokalypsi.Model.{Action,Player,Entity} +import scalevalapokalypsi.Model.Action +import scalevalapokalypsi.Model.Entities.Player class Client(val socket: Socket): private var incompleteMessage: Array[Byte] = -- cgit v1.2.3