1
0

Merge pull request #1466 from mc-server/endofsupport

Removed protocols 1.2 to 1.6
This commit is contained in:
Mattes D
2014-09-28 22:04:30 +02:00
27 changed files with 24 additions and 4757 deletions

View File

@@ -1749,20 +1749,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)