1
0
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:
nordsoft
2022-12-26 03:13:34 +04:00
committed by Nordsoft91
parent 14fc1c3f26
commit a2e358876c

View File

@@ -245,7 +245,6 @@ void Lobby::serverCommand(const ServerCommand & command) try
}
case HEALTH: {
protocolAssert(args.size() == 0);
socketLobby.send(ProtocolStrings[ALIVE]);
break;
}