1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Looks like everything works

This commit is contained in:
nordsoft
2022-09-28 23:38:41 +04:00
parent 7ee4fca120
commit 2eb497b477
2 changed files with 10 additions and 2 deletions

View File

@ -514,6 +514,8 @@ void CServerHandler::sendStartGame(bool allowOnlyAI) const
* si = * lsg.initializedStartInfo;
}
sendLobbyPack(lsg);
c->enterLobbyConnectionMode();
c->disableStackSendingByID();
}
void CServerHandler::startGameplay(CGameState * gameState)