]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove "color" from the "full" scoreboard, as it no longer exists (is part of the...
authorRudolf Polzer <divverent@xonotic.org>
Thu, 1 Mar 2012 13:18:25 +0000 (14:18 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 1 Mar 2012 13:18:25 +0000 (14:18 +0100)
qcsrc/client/scoreboard.qc

index 58273dc19da80b4788519dea9c7ce83cedcf5498..e828a17d57d888b5ec97f1f4a386f6aab2cc3d49 100644 (file)
@@ -321,7 +321,7 @@ void Cmd_HUD_SetFields(float argc)
                else if(argv(2) == "all")
                {
                        string s;
-                       s = "ping pl color name |";
+                       s = "ping pl name |";
                        for(i = 0; i < MAX_SCORE; ++i)
                        {
                                if(i != ps_primary)