1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

Some change

This commit is contained in:
nordsoft
2022-09-29 00:35:38 +04:00
parent 0eb589fb58
commit bebe0dd86c

View File

@@ -230,12 +230,12 @@ bool CVCMIServer::prepareToStartGame()
state = EServerState::LOBBY;
// FIXME: dirry hack to make sure old CGameHandler::run is finished
boost::this_thread::sleep(boost::posix_time::milliseconds(1000));
for(auto c : connections)
{
c->enterLobbyConnectionMode();
c->disableStackSendingByID();
}
}
for(auto c : connections)
{
c->enterLobbyConnectionMode();
c->disableStackSendingByID();
}
//if(!gh)