Revert Alias Color change

Issues regarding name color when performing global/team voice binds

These colors are probably controlled clientside
This commit is contained in:
ChocoTaco 2019-10-06 18:31:11 -04:00
parent 8f6d8ce4ce
commit cba5cfee25

View file

@ -780,7 +780,7 @@ function GameConnection::onConnect( %client, %name, %raceGender, %skin, %voice,
%smurfName = %name;
// Tag the name with the "smurf" color:
%name = "\cp\c0" @ %name @ "\co";
%name = "\cp\c8" @ %name @ "\co";
}
%client.name = addTaggedString(%name);