From bee48f230db466e0b858ea3c0d2113808e33ed2c Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 1 Mar 2012 14:18:25 +0100 Subject: [PATCH] remove "color" from the "full" scoreboard, as it no longer exists (is part of the "name" column now) --- qcsrc/client/scoreboard.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/scoreboard.qc b/qcsrc/client/scoreboard.qc index 58273dc19..e828a17d5 100644 --- a/qcsrc/client/scoreboard.qc +++ b/qcsrc/client/scoreboard.qc @@ -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) -- 2.39.2