diff options
Diffstat (limited to '')
-rw-r--r-- | src/ClientHandle.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index e28391fca..87ba9014e 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -136,11 +136,6 @@ cClientHandle::~cClientHandle() m_Player = nullptr; } - if (!m_HasSentDC) - { - SendDisconnect("Server shut down? Kthnxbai"); - } - m_Protocol.reset(); LOGD("ClientHandle at %p deleted", static_cast<void *>(this)); |