Fix: boh
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user