r5852 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Feb 12 02:55:07 EST 2009


Author: div0
Date: 2009-02-12 02:55:07 -0500 (Thu, 12 Feb 2009)
New Revision: 5852

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
get rid of some columns in LMS


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-02-12 07:52:45 UTC (rev 5851)
+++ trunk/data/qcsrc/client/sbar.qc	2009-02-12 07:55:07 UTC (rev 5852)
@@ -356,7 +356,7 @@
 {
 	return strcat( // fteqcc sucks
 		"ping pl name | ",
-		"-teams,race/kills -teams,race/deaths -teams/suicides -race,dm,tdm/frags ", // tdm already has this in "score"
+		"-teams,race,lms/kills -teams,race,lms/deaths -teams,lms/suicides -race,dm,tdm/frags ", // tdm already has this in "score"
 		"+ctf/caps +ctf/pickups +ctf/fckills +ctf/returns ",
 		"+lms/lives +lms/rank ",
 		"+kh/caps +kh/pushes +kh/destroyed ",




More information about the nexuiz-commits mailing list