This commit is contained in:
Tamino Mueller
2024-10-13 20:58:18 +02:00
parent c0a3e8b37a
commit b962444506
5 changed files with 32 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
////////////////////////////////////////
// Programming project code
// UniBw M, 2022, 2023, 2024
@@ -5,7 +6,7 @@
// (c) Mark Minas (mark.minas@unibw.de)
////////////////////////////////////////
package pp.battleship.server;
package pp.battleship.server;
import com.jme3.network.ConnectionListener;
import com.jme3.network.HostedConnection;
@@ -176,4 +177,4 @@ public class BattleshipServer implements MessageListener<HostedConnection>, Conn
else
LOGGER.log(Level.ERROR, "there is no connection with id={0}", id); //NON-NLS
}
}
}