mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 07:10:25 -08:00
improved banning and deck hashing
This commit is contained in:
@@ -57,6 +57,7 @@ AuthenticationResult Server::loginUser(Server_ProtocolHandler *session, QString
|
||||
return authState;
|
||||
|
||||
ServerInfo_User *data = getUserData(name);
|
||||
data->setAddress(session->getAddress());
|
||||
name = data->getName(); // Compensate for case indifference
|
||||
|
||||
if (authState == PasswordRight) {
|
||||
|
||||
Reference in New Issue
Block a user