mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Remove catch-all that only blocks debugging (and Google Play reports)
This commit is contained in:
@@ -887,11 +887,6 @@ void CServerHandler::threadHandleConnection()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(...)
|
|
||||||
{
|
|
||||||
handleException();
|
|
||||||
throw;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CServerHandler::visitForLobby(CPackForLobby & lobbyPack)
|
void CServerHandler::visitForLobby(CPackForLobby & lobbyPack)
|
||||||
|
Reference in New Issue
Block a user