Code readability

This commit is contained in:
Bas de Jong
2026-01-07 14:38:19 +01:00
parent a7d1a964c2
commit 67f39c3f3b
4 changed files with 26 additions and 34 deletions

View File

@@ -136,7 +136,6 @@ public class Server implements GameServer<TurnBasedGame, NettyClient, Long> {
players[i] = new ServerPlayer(clients[i]);
clients[i].setGame(new ImmutablePair<>(game, players[i]));
}
System.out.println("Starting OnlineTurnBasedGame");
game.game().init(players);
gameStore.add(game);