Quellcode durchsuchen

Health check fix

nordsoft vor 2 Jahren
Ursprung
Commit
a2e358876c
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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: {
 	case HEALTH: {
-		protocolAssert(args.size() == 0);
 		socketLobby.send(ProtocolStrings[ALIVE]);
 		socketLobby.send(ProtocolStrings[ALIVE]);
 		break;
 		break;
 	}
 	}