Browse Source

Health check fix

nordsoft 2 years ago
parent
commit
a2e358876c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      launcher/lobby/lobby_moc.cpp

+ 0 - 1
launcher/lobby/lobby_moc.cpp

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