Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@800 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user