1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Remove catch-all that only blocks debugging (and Google Play reports)

This commit is contained in:
Ivan Savenko 2023-07-17 22:18:28 +03:00
parent f520043c46
commit 9168a1150f

View File

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