1
0
Fork 0

finally removed them all?

This commit is contained in:
Alexander Harkness 2013-12-24 10:30:36 +00:00
parent 8674c6800f
commit af6389ea7a
1 changed files with 1 additions and 1 deletions

View File

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