mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Alias color update
Change Alias color from Blue to Dark teal
This commit is contained in:
parent
d3b9b2db94
commit
b60031d500
|
|
@ -780,7 +780,7 @@ function GameConnection::onConnect( %client, %name, %raceGender, %skin, %voice,
|
|||
|
||||
%smurfName = %name;
|
||||
// Tag the name with the "smurf" color:
|
||||
%name = "\cp\c8" @ %name @ "\co";
|
||||
%name = "\cp\c0" @ %name @ "\co";
|
||||
}
|
||||
|
||||
%client.name = addTaggedString(%name);
|
||||
|
|
|
|||
Loading…
Reference in a new issue