]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Making name icon color field in the scoreboard visible
authorLegendaryGuard <rootuser999@gmail.com>
Mon, 15 Feb 2021 16:05:27 +0000 (17:05 +0100)
committerLegendaryGuard <rootuser999@gmail.com>
Mon, 15 Feb 2021 16:05:27 +0000 (17:05 +0100)
qcsrc/client/hud/panel/scoreboard.qc

index dbeaf61dbcf8a8d252c7a0a9013bd5eb3c0e667f..ccd27368687dc88dee6291b8e67e27c5c097447b 100644 (file)
@@ -620,7 +620,7 @@ string Scoreboard_GetName(entity pl)
        {
                sbt_field_icon0 = "gfx/scoreboard/player_ready";
        }
-       /*else if(!teamplay)
+       else if(!teamplay)
        {
                int f = entcs_GetClientColors(pl.sv_entnum);
                {
@@ -630,7 +630,7 @@ string Scoreboard_GetName(entity pl)
                        sbt_field_icon2 = "gfx/scoreboard/playercolor_pants";
                        sbt_field_icon2_rgb = colormapPaletteColor(f % 16, 1);
                }
-       }*/
+       }
        else
        {
                int ccode = entcs_GetCountryCode(pl.sv_entnum);