From 9bb310e65e8036ff0444e582c0c8a2085070dba4 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Mon, 3 Oct 2016 00:23:17 -0500 Subject: [PATCH] try without as its somehow breaking stuff --- .../application/LoginServer/src/shared/ClientConnection.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/server/application/LoginServer/src/shared/ClientConnection.cpp b/engine/server/application/LoginServer/src/shared/ClientConnection.cpp index 994cbb5c..4af007c3 100755 --- a/engine/server/application/LoginServer/src/shared/ClientConnection.cpp +++ b/engine/server/application/LoginServer/src/shared/ClientConnection.cpp @@ -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 } }