diff --git a/Server/src/main/java/uulm/teamname/marvelous/server/lobby/Lobby.java b/Server/src/main/java/uulm/teamname/marvelous/server/lobby/Lobby.java index 8922cb6..ba577c9 100644 --- a/Server/src/main/java/uulm/teamname/marvelous/server/lobby/Lobby.java +++ b/Server/src/main/java/uulm/teamname/marvelous/server/lobby/Lobby.java @@ -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();