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:
parent
f520043c46
commit
9168a1150f
@ -887,11 +887,6 @@ void CServerHandler::threadHandleConnection()
|
||||
}
|
||||
}
|
||||
}
|
||||
catch(...)
|
||||
{
|
||||
handleException();
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
void CServerHandler::visitForLobby(CPackForLobby & lobbyPack)
|
||||
|
Loading…
Reference in New Issue
Block a user