mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-20 14:22:37 -08:00
Removed clientid requirements from the protocol handler.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user