1
0

Merge pull request #1213 from mc-server/chat-color

Refactored cChatColor
This commit is contained in:
Mattes D
2014-07-20 20:36:08 +02:00
6 changed files with 58 additions and 56 deletions

View File

@@ -1524,7 +1524,7 @@ AString cPlayer::GetColor(void) const
{
if ( m_Color != '-' )
{
return cChatColor::Color + m_Color;
return cChatColor::Delimiter + m_Color;
}
if ( m_Groups.size() < 1 )