1
0

Removed extra disconnect message

There seems to be already one in the HandleDisconnect hook function.
This commit is contained in:
Tiger Wang 2013-08-10 17:09:14 +01:00
parent 83eb5cf419
commit b999b27e05

View File

@ -1,4 +1,3 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "ClientHandle.h"
@ -133,10 +132,6 @@ cClientHandle::~cClientHandle()
{
// Send the Offline PlayerList packet:
World->BroadcastPlayerListItem(*m_Player, false, this);
// Send the Chat packet:
AString Left(m_Username + " left the game!");
World->BroadcastChat(Left, this);
}
if (World != NULL)
{