r4301 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 2 17:01:46 EDT 2008


Author: esteel
Date: 2008-09-02 17:01:46 -0400 (Tue, 02 Sep 2008)
New Revision: 4301

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
i wanna see the packetloss with sbar_columns all


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2008-09-02 20:07:52 UTC (rev 4300)
+++ trunk/data/qcsrc/client/sbar.qc	2008-09-02 21:01:46 UTC (rev 4301)
@@ -341,7 +341,7 @@
 		else if(argv(1) == "all")
 		{
 			string s;
-			s = "ping name |";
+			s = "ping pl name |";
 			for(i = 0; i < MAX_SCORE; ++i)
 			{
 				if(i != ps_primary)




More information about the nexuiz-commits mailing list