diff options
author | Mattes D <github@xoft.cz> | 2020-04-12 09:24:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 09:24:30 +0200 |
commit | ef2d5027d33ab3ec64c4e93d62749032d187d5c2 (patch) | |
tree | acb7d10c6e71cbf4ec61568dd3b5a7780d54b65c /src/ChatColor.cpp | |
parent | Fix rotation metas on blocks (diff) | |
download | cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.gz cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.bz2 cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.lz cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.xz cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.zst cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.zip |
Diffstat (limited to 'src/ChatColor.cpp')
-rw-r--r-- | src/ChatColor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChatColor.cpp b/src/ChatColor.cpp index e1317c287..73658408b 100644 --- a/src/ChatColor.cpp +++ b/src/ChatColor.cpp @@ -2,8 +2,8 @@ #include "ChatColor.h" -const char * cChatColor::Color = "\xc2\xa7"; // or in other words: "§" in UTF-8 -const char * cChatColor::Delimiter = "\xc2\xa7"; // or in other words: "§" in UTF-8 +const char * cChatColor::Color = "\xc2\xa7"; // The paragraph / section symbol in UTF-8 +const char * cChatColor::Delimiter = "\xc2\xa7"; // The paragraph / section symbol in UTF-8 const char * cChatColor::Black = "\xc2\xa7""0"; const char * cChatColor::Navy = "\xc2\xa7""1"; const char * cChatColor::Green = "\xc2\xa7""2"; |