Revert back color code change
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user