diff --git a/limelight-common/ControlStream.c b/limelight-common/ControlStream.c index 118517b..8228658 100644 --- a/limelight-common/ControlStream.c +++ b/limelight-common/ControlStream.c @@ -257,7 +257,7 @@ static int sendMessageEnet(short ptype, short paylen, const void* payload) { ENetPacket* enetPacket; ENetEvent event; - LC_ASSERT(ServerMajorVersion > 5); + LC_ASSERT(ServerMajorVersion >= 5); packet = malloc(sizeof(*packet) + paylen); if (packet == NULL) {