Revert "Fix player kicking"

This reverts commit 91aaff796537d76b199afcdcfd224107940c6cf7.
This commit is contained in:
Antz 2017-01-24 09:24:31 +00:00
parent 91aaff7965
commit bf3052b22b

View File

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