Browse Source

Fix removing loading screen

nordsoft 2 years ago
parent
commit
6efccb2503
1 changed files with 0 additions and 2 deletions
  1. 0 2
      client/NetPacksLobbyClient.cpp

+ 0 - 2
client/NetPacksLobbyClient.cpp

@@ -136,8 +136,6 @@ void ApplyOnLobbyScreenNetPackVisitor::visitLobbyStartGame(LobbyStartGame & pack
 		w->tick(0);
 		w->redraw();
 	}
-	else
-		GH.windows().createAndPushWindow<CLoadingScreen>();
 }
 
 void ApplyOnLobbyScreenNetPackVisitor::visitLobbyLoadProgress(LobbyLoadProgress & pack)