mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix game startup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user