Fix: TUI list option

This commit is contained in:
2026-05-02 16:03:47 +02:00
parent 74ec812d57
commit b5889d86e0
2 changed files with 5 additions and 4 deletions
@@ -90,6 +90,7 @@ public class RMIServer extends UnicastRemoteObject implements IGameServer {
if (controller.addPlayer(username)) {
clients.put(username, callback);
playerList.add(username);
System.out.println("Accepted player: " + username);
return true;
}
return false;