fix: fix method call
This commit is contained in:
parent
e7c5976f9b
commit
d54d2004dd
@ -187,7 +187,7 @@ public class LobbyConnection implements Runnable {
|
|||||||
Logger.info("Starting Lobby in main thread for lobby '{}'", gameID);
|
Logger.info("Starting Lobby in main thread for lobby '{}'", gameID);
|
||||||
}
|
}
|
||||||
|
|
||||||
broadcastGameStructure(true, true, true);
|
broadcastGameStructure();
|
||||||
|
|
||||||
this.lobby = new Lobby(
|
this.lobby = new Lobby(
|
||||||
gameID,
|
gameID,
|
||||||
|
Loading…
Reference in New Issue
Block a user