mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-13 03:33:34 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue