mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-21 08:12:50 -04:00
cleanup on udplib if, and hopefully properly disconnect on unsuccessful
logins to prevent blocking legit users - will have to test dossing after this
This commit is contained in:
@@ -251,7 +251,8 @@ void ClientConnection::validateClient(const std::string & id, const std::string
|
||||
|
||||
LoginServer::getInstance().onValidateClient(suid, uname, this, true, NULL, 0xFFFFFFFF, 0xFFFFFFFF);
|
||||
}
|
||||
// else this case will never be reached, noop
|
||||
|
||||
disconnect(); // to remove from their connection count
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user