Revert "Fix player kicking"
This reverts commit 91aaff796537d76b199afcdcfd224107940c6cf7.
This commit is contained in:
parent
91aaff7965
commit
bf3052b22b
@ -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(); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user