diff options
Diffstat (limited to 'source/cChatColor.cpp')
-rw-r--r-- | source/cChatColor.cpp | 2 |
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"; |