From: terencehill Date: Wed, 2 Aug 2017 11:06:16 +0000 (+0200) Subject: ColorTranslateRGB is meant to be used only by the client (server doesn't initialize... X-Git-Tag: xonotic-v0.8.5~2547 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b97f9817dde51af3ceacaafccdab293866c8d31f;p=xonotic%2Fxonotic-data.pk3dir.git ColorTranslateRGB is meant to be used only by the client (server doesn't initialize ColorTranslateMode) --- diff --git a/qcsrc/server/miscfunctions.qc b/qcsrc/server/miscfunctions.qc index a1e853054..3a5eb76f6 100644 --- a/qcsrc/server/miscfunctions.qc +++ b/qcsrc/server/miscfunctions.qc @@ -463,7 +463,7 @@ string playername(entity p, bool team_colorize) return strcat(t, strdecolorize(p.netname)); } else - return ColorTranslateRGB(p.netname); + return p.netname; } float want_weapon(entity weaponinfo, float allguns) // WEAPONTODO: what still needs done?