try without as its somehow breaking stuff

This commit is contained in:
DarthArgus
2016-10-03 00:23:17 -05:00
parent e455a0d244
commit 9bb310e65e
@@ -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
}
}