error: added todo to currently wrong GameInstance constructor

This commit is contained in:
Yannik Bretschneider 2021-06-01 15:26:09 +02:00
parent cd4e9f5e5e
commit 74f3b86144
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class Lobby extends EventObserver {
this.gameID = gameID;
this.connection = connection;
game = new GameInstance(mapSize);
game = new GameInstance(); //TODO: Add config objects here
game.addObserver(this);
this.pipeline = new Pipeline();