From f5fe723b2a704da475b24a594fd59f448cf133a3 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 30 Aug 2012 09:56:59 +0000 Subject: Added a basic protocol recognizer and the base for 1.3.2 protocol. Also fixed a few type-related warnings. git-svn-id: http://mc-server.googlecode.com/svn/trunk@805 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChatColor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/cChatColor.cpp') diff --git a/source/cChatColor.cpp b/source/cChatColor.cpp index cad04676e..262130897 100644 --- a/source/cChatColor.cpp +++ b/source/cChatColor.cpp @@ -3,8 +3,8 @@ #include "cChatColor.h" -const std::string cChatColor::Color = "\xc2\xa7"; // or in other words: "§" -const std::string cChatColor::Delimiter = "\xa7"; +const std::string cChatColor::Color = "\xc2\xa7"; // or in other words: "§" in UTF-8 +const std::string cChatColor::Delimiter = "\xc2\xa7"; // or in other words: "§" in UTF-8 const std::string cChatColor::Black = cChatColor::Color + "0"; const std::string cChatColor::Navy = cChatColor::Color + "1"; const std::string cChatColor::Green = cChatColor::Color + "2"; -- cgit v1.2.3