summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-01-25 20:05:44 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-01-25 20:05:44 +0100
commit6fa3a0cf70bd631fe809c006e5b315199086cc59 (patch)
treefb79c2bd88c5bee8e39230390a11e208cb4b31fb /src/ClientHandle.cpp
parentImplemented fall damage for mobs (diff)
downloadcuberite-6fa3a0cf70bd631fe809c006e5b315199086cc59.tar
cuberite-6fa3a0cf70bd631fe809c006e5b315199086cc59.tar.gz
cuberite-6fa3a0cf70bd631fe809c006e5b315199086cc59.tar.bz2
cuberite-6fa3a0cf70bd631fe809c006e5b315199086cc59.tar.lz
cuberite-6fa3a0cf70bd631fe809c006e5b315199086cc59.tar.xz
cuberite-6fa3a0cf70bd631fe809c006e5b315199086cc59.tar.zst
cuberite-6fa3a0cf70bd631fe809c006e5b315199086cc59.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 18e3d560e..68bf28af7 100644
--- a/src/ClientHandle.cpp
+++ b/src/ClientHandle.cpp
@@ -620,7 +620,7 @@ void cClientHandle::HandleCommandBlockMessage(const char* a_Data, unsigned int a
}
else
{
- SendChat(Printf("%s[INFO]%s Command blocks are not enabled on this server", cChatColor::Green.c_str(), cChatColor::White.c_str()));
+ SendChat(Printf("%s[INFO]%s Command blocks are not enabled on this server", cChatColor::Yellow.c_str(), cChatColor::White.c_str()));
}
}