diff options
author | archshift <admin@archshift.com> | 2014-07-20 00:28:55 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-07-20 00:28:55 +0200 |
commit | 638ea10027f0e01a37d2592185e735e4c6f28338 (patch) | |
tree | a8bb102a206858d8d8911a5feb948fbea9428085 | |
parent | Fixed attempts to call c_str on ChatColors (diff) | |
download | cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.tar cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.tar.gz cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.tar.bz2 cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.tar.lz cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.tar.xz cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.tar.zst cuberite-638ea10027f0e01a37d2592185e735e4c6f28338.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ChatColor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChatColor.h b/src/ChatColor.h index 5a81c7edd..74eb7d5dc 100644 --- a/src/ChatColor.h +++ b/src/ChatColor.h @@ -9,10 +9,10 @@ class cChatColor { public: - static const char * Color; + static const char * Delimiter; /** @deprecated use ChatColor::Delimiter instead */ - static const char * Delimiter; + static const char * Color; static const char * Black; static const char * Navy; |