1
0

Dropped support for <1.7.x

This commit is contained in:
Tiger Wang
2014-09-27 14:28:14 +01:00
parent 305778f22f
commit 72c087cfd3
22 changed files with 6 additions and 4733 deletions

View File

@@ -1741,20 +1741,6 @@ void cClientHandle::HandleRespawn(void)
void cClientHandle::HandleDisconnect(const AString & a_Reason)
{
LOGD("Received d/c packet from %s with reason \"%s\"", m_Username.c_str(), a_Reason.c_str());
cRoot::Get()->GetPluginManager()->CallHookDisconnect(*this, a_Reason);
m_HasSentDC = true;
Destroy();
}
void cClientHandle::HandleKeepAlive(int a_KeepAliveID)
{
if (a_KeepAliveID == m_PingID)