1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Merge pull request #2359 from IvanSavenko/crashfixing

Fix crashes from 1.2.1 statistics on Google Play
This commit is contained in:
Ivan Savenko
2023-07-21 15:44:37 +03:00
committed by GitHub
28 changed files with 413 additions and 511 deletions

View File

@@ -887,11 +887,6 @@ void CServerHandler::threadHandleConnection()
}
}
}
catch(...)
{
handleException();
throw;
}
}
void CServerHandler::visitForLobby(CPackForLobby & lobbyPack)