1
0

The "<>" of a player name is now coloured

This commit is contained in:
Tiger Wang 2013-12-18 18:18:06 +00:00
parent 26632bbb8a
commit aaaa53ce9d

View File

@ -998,7 +998,7 @@ void cClientHandle::HandleChat(const AString & a_Message)
// Not a command, broadcast as a simple message:
AString Msg;
Printf(Msg, "<%s%s%s> %s",
Printf(Msg, "%s<%s>%s %s",
m_Player->GetColor().c_str(),
m_Player->GetName().c_str(),
cChatColor::White.c_str(),