From fa77cdf3b579828504213ab1f4a538c3b46c92d8 Mon Sep 17 00:00:00 2001 From: woogerboy21 Date: Mon, 10 Aug 2015 16:07:20 -0400 Subject: [PATCH] Removed clientid requirements from the protocol handler. --- common/server_protocolhandler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/server_protocolhandler.cpp b/common/server_protocolhandler.cpp index 073a3d95..272b8177 100644 --- a/common/server_protocolhandler.cpp +++ b/common/server_protocolhandler.cpp @@ -385,8 +385,6 @@ Response::ResponseCode Server_ProtocolHandler::cmdLogin(const Command_Login &cmd if (userName.isEmpty() || (userInfo != 0)) return Response::RespContextError; - if (clientId.isEmpty()) - return Response::RespContextError; QString reasonStr; int banSecondsLeft = 0;