Removed parameter when creating client controller
This commit is contained in:
@@ -17,7 +17,7 @@ public class ClientController {
|
||||
}
|
||||
|
||||
public ClientController() {
|
||||
this.localController = new GameController(localModel);
|
||||
this.localController = new GameController();
|
||||
}
|
||||
|
||||
public void setModel(Game model) {
|
||||
|
||||
Reference in New Issue
Block a user