1
0
Fork 0

ChatColor.h: The @deprecated tag slipped. Oops.

This commit is contained in:
archshift 2014-07-19 15:28:55 -07:00
parent 52add840cf
commit 638ea10027
1 changed files with 2 additions and 2 deletions

View File

@ -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;