mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Health check fix
This commit is contained in:
@@ -245,7 +245,6 @@ void Lobby::serverCommand(const ServerCommand & command) try
|
||||
}
|
||||
|
||||
case HEALTH: {
|
||||
protocolAssert(args.size() == 0);
|
||||
socketLobby.send(ProtocolStrings[ALIVE]);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user