mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-28 23:15:46 -04:00
try without as its somehow breaking stuff
This commit is contained in:
@@ -250,8 +250,6 @@ void ClientConnection::validateClient(const std::string & id, const std::string
|
||||
LOG("LoginClientConnection", ("validateClient() for stationId (%lu) at IP (%s), id (%s)", m_stationId, getRemoteAddress().c_str(), uname.c_str()));
|
||||
|
||||
LoginServer::getInstance().onValidateClient(suid, uname, this, true, NULL, 0xFFFFFFFF, 0xFFFFFFFF);
|
||||
} else {
|
||||
disconnect(); // to remove from their connection count
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user