[nexuiz-commits] r6663 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 4 14:49:33 EDT 2009


Author: mrbougo
Date: 2009-05-04 14:49:32 -0400 (Mon, 04 May 2009)
New Revision: 6663

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
tweaked the scoreboard columns for nexball

Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-05-04 17:56:43 UTC (rev 6662)
+++ trunk/data/qcsrc/client/sbar.qc	2009-05-04 18:49:32 UTC (rev 6663)
@@ -362,8 +362,8 @@
 		"+lms/lives +lms/rank ",
 		"+kh/caps +kh/pushes +kh/destroyed ",
 		"?+race/laps ?+race/time ?+race/fastest ",
-		"+as/objectives ",
-		"-lms,race/score");
+		"+as/objectives +nexball/faults +nexball/goals",
+		"-lms,race,nexball/score");
 }
 
 void Cmd_Sbar_SetFields(float argc)



More information about the nexuiz-commits mailing list