Revert "Fix player kicking"

This reverts commit b2559cc83eeaea4aa158fb883bdf65aa9873ce7e.
This commit is contained in:
Antz 2017-01-24 09:26:16 +00:00 committed by Antz
parent bc8dd12002
commit 66870de6ee

View file

@ -612,7 +612,7 @@ void WorldSession::LogoutPlayer(bool Save)
/// Kick a player out of the World
void WorldSession::KickPlayer()
{
if (!m_Socket)
if (m_Socket)
{ m_Socket->CloseSocket(); }
}