This commit is contained in:
2026-04-24 18:36:50 +02:00
parent 7833802187
commit b88b57e9d9
3 changed files with 8 additions and 11 deletions
@@ -54,7 +54,7 @@ public class RMIServer implements IGameServer {
{
Game game= new Game(preferredInt);
controller.setModel(game);
playerList.setElement(preferredInt);
playerList.setLimit(preferredInt);
}
playerList.add(username);
clients.put(username, callback);