1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-07 00:58:39 +02:00

Refactor enet-related code

This commit is contained in:
nordsoft
2023-01-18 02:02:17 +04:00
parent 39ad8c7da1
commit ccef596cc0
11 changed files with 470 additions and 294 deletions

View File

@ -129,7 +129,6 @@ bool LobbyClientDisconnected::checkClientPermissions(CVCMIServer * srv) const
bool LobbyClientDisconnected::applyOnServer(CVCMIServer * srv)
{
srv->clientDisconnected(c);
c->close();
return true;
}