mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix game startup
This commit is contained in:
@@ -148,7 +148,6 @@ void ApplyOnLobbyHandlerNetPackVisitor::visitLobbyPrepareStartGame(LobbyPrepareS
|
||||
{
|
||||
handler.client = std::make_unique<CClient>();
|
||||
handler.logicConnection->enterLobbyConnectionMode();
|
||||
handler.logicConnection->setCallback(&handler.client->gameInfo());
|
||||
}
|
||||
|
||||
void ApplyOnLobbyHandlerNetPackVisitor::visitLobbyStartGame(LobbyStartGame & pack)
|
||||
|
||||
Reference in New Issue
Block a user