Revert back color code change

This commit is contained in:
Thilo Schulz 2009-10-03 21:41:22 +00:00
parent b433f3d01c
commit b2c1618f36
2 changed files with 3 additions and 3 deletions

View file

@ -632,7 +632,7 @@ static void ClientCleanName(const char *in, char *out, int outSize)
{
colorlessLen--;
if(*in == COLOR_BLACK)
if(ColorIndex(*in) == 0)
{
// Disallow color black in names to prevent players
// from getting advantage playing in front of black backgrounds