1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-19 00:17:56 +02:00

Fix game startup

This commit is contained in:
Ivan Savenko
2025-05-21 17:35:53 +03:00
parent 1666a5a7e5
commit 508c54c23a
9 changed files with 16 additions and 11 deletions

View File

@ -241,7 +241,7 @@ void ApplyOnServerAfterAnnounceNetPackVisitor::visitLobbyStartGame(LobbyStartGam
{
if(connection->connectionID == pack.clientId)
{
connection->setCallback(&srv.gh->gameInfo());
connection->setCallback(srv.gh->gameInfo());
srv.reconnectPlayer(pack.clientId);
}
}