Removed unnecessary disconnect (#4200)
This commit is contained in:
parent
98d807187b
commit
02d75c5336
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user