From: Rudolf Polzer <divverent@xonotic.org>
Date: Thu, 1 Mar 2012 13:18:25 +0000 (+0100)
Subject: remove "color" from the "full" scoreboard, as it no longer exists (is part of the... 
X-Git-Tag: xonotic-v0.6.0~32
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bee48f230db466e0b858ea3c0d2113808e33ed2c;p=xonotic%2Fxonotic-data.pk3dir.git

remove "color" from the "full" scoreboard, as it no longer exists (is part of the "name" column now)
---

diff --git a/qcsrc/client/scoreboard.qc b/qcsrc/client/scoreboard.qc
index 58273dc19d..e828a17d57 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)