mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-23 10:04:44 +00:00
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:
parent
8f6d8ce4ce
commit
cba5cfee25
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue