mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +00:00
Revert "Fix player kicking"
This reverts commit b2559cc83eeaea4aa158fb883bdf65aa9873ce7e.
This commit is contained in:
parent
bc8dd12002
commit
66870de6ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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(); }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue