1
0

Removed unnecessary disconnect (#4200)

This commit is contained in:
mathiascode 2018-04-27 09:59:03 +03:00 committed by Mattes D
parent 98d807187b
commit 02d75c5336

View File

@ -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));