summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-10 18:09:14 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-10 18:09:14 +0200
commitb999b27e051ada7bf24143a7e072fc97a940faf1 (patch)
tree957ceab3530c83c5923076574101641a5cde4142 /source
parentDragged in the latest core changes - got to automate this sometime. (diff)
downloadcuberite-b999b27e051ada7bf24143a7e072fc97a940faf1.tar
cuberite-b999b27e051ada7bf24143a7e072fc97a940faf1.tar.gz
cuberite-b999b27e051ada7bf24143a7e072fc97a940faf1.tar.bz2
cuberite-b999b27e051ada7bf24143a7e072fc97a940faf1.tar.lz
cuberite-b999b27e051ada7bf24143a7e072fc97a940faf1.tar.xz
cuberite-b999b27e051ada7bf24143a7e072fc97a940faf1.tar.zst
cuberite-b999b27e051ada7bf24143a7e072fc97a940faf1.zip
Diffstat (limited to 'source')
-rw-r--r--source/ClientHandle.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp
index 85500a2e4..7605f5251 100644
--- a/source/ClientHandle.cpp
+++ b/source/ClientHandle.cpp
@@ -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)
{