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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 11 15:05:01 EDT 2009


Author: div0
Date: 2009-05-11 15:05:01 -0400 (Mon, 11 May 2009)
New Revision: 6707

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
fix stupid typo in HUD score defintiion


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-05-11 18:33:07 UTC (rev 6706)
+++ trunk/data/qcsrc/client/sbar.qc	2009-05-11 19:05:01 UTC (rev 6707)
@@ -362,7 +362,7 @@
 		"+lms/lives +lms/rank ",
 		"+kh/caps +kh/pushes +kh/destroyed ",
 		"?+race/laps ?+race/time ?+race/fastest ",
-		"+as/objectives +nexball/faults +nexball/goals",
+		"+as/objectives +nexball/faults +nexball/goals ",
 		"-lms,race,nexball/score");
 }
 



More information about the nexuiz-commits mailing list