diff options
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index ce4a56ae0..28cdb4aa7 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -129,7 +129,6 @@ cClientHandle::~cClientHandle() { RemoveFromAllChunks(); m_Player->GetWorld()->RemoveClientFromChunkSender(this); - m_Player->DestroyNoScheduling(true); } // Send the Offline PlayerList packet: cRoot::Get()->BroadcastPlayerListsRemovePlayer(*m_Player); |