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 a0f7813c5..4f955dcb7 100644
--- a/source/cChatColor.cpp
+++ b/source/cChatColor.cpp
@@ -21,5 +21,5 @@ const std::string cChatColor::White = cChatColor::Color + "f";
const std::string cChatColor::MakeColor( char a_Color )
{
- return cChatColor::Color + a_Color;
+ return cChatColor::Delimiter + a_Color;
} \ No newline at end of file