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