summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp
diff options
context:
space:
mode:
authorjfhumann <j.f.humann@gmail.com>2014-04-18 22:20:24 +0200
committerjfhumann <j.f.humann@gmail.com>2014-04-18 22:20:24 +0200
commitfde1555352727387cefe90c3393ef352475ffa20 (patch)
treeb13b1a18d61dfabdd47c3e9eb89fdc9ae84cd8f7 /src/ClientHandle.cpp
parentMerge remote-tracking branch 'origin/master' into fixes (diff)
downloadcuberite-fde1555352727387cefe90c3393ef352475ffa20.tar
cuberite-fde1555352727387cefe90c3393ef352475ffa20.tar.gz
cuberite-fde1555352727387cefe90c3393ef352475ffa20.tar.bz2
cuberite-fde1555352727387cefe90c3393ef352475ffa20.tar.lz
cuberite-fde1555352727387cefe90c3393ef352475ffa20.tar.xz
cuberite-fde1555352727387cefe90c3393ef352475ffa20.tar.zst
cuberite-fde1555352727387cefe90c3393ef352475ffa20.zip
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r--src/ClientHandle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp
index a61d26503..580e786c9 100644
--- a/src/ClientHandle.cpp
+++ b/src/ClientHandle.cpp
@@ -1214,7 +1214,7 @@ void cClientHandle::HandleChat(const AString & a_Message)
cCompositeChat Msg;
AString Color = m_Player->GetColor();
if (Color.length() == 3)
- {
+ {
Color = AString("@") + Color[2];
}
else