summaryrefslogtreecommitdiffstats
path: root/source/cChatColor.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cChatColor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChatColor.cpp b/source/cChatColor.cpp
index 228dc7a38..cad04676e 100644
--- a/source/cChatColor.cpp
+++ b/source/cChatColor.cpp
@@ -3,7 +3,7 @@
#include "cChatColor.h"
-const std::string cChatColor::Color = "\xa7"; // Old color was "\xc2\xa7" or in other words: "§"
+const std::string cChatColor::Color = "\xc2\xa7"; // or in other words: "§"
const std::string cChatColor::Delimiter = "\xa7";
const std::string cChatColor::Black = cChatColor::Color + "0";
const std::string cChatColor::Navy = cChatColor::Color + "1";