error: added todo to currently wrong GameInstance constructor
This commit is contained in:
parent
cd4e9f5e5e
commit
74f3b86144
@ -29,7 +29,7 @@ public class Lobby extends EventObserver {
|
|||||||
this.gameID = gameID;
|
this.gameID = gameID;
|
||||||
this.connection = connection;
|
this.connection = connection;
|
||||||
|
|
||||||
game = new GameInstance(mapSize);
|
game = new GameInstance(); //TODO: Add config objects here
|
||||||
game.addObserver(this);
|
game.addObserver(this);
|
||||||
|
|
||||||
this.pipeline = new Pipeline();
|
this.pipeline = new Pipeline();
|
||||||
|
Loading…
Reference in New Issue
Block a user