r5434 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jan 7 05:33:11 EST 2009


Author: div0
Date: 2009-01-07 05:33:10 -0500 (Wed, 07 Jan 2009)
New Revision: 5434

Modified:
   trunk/data/qcsrc/common/gamecommand.qc
Log:
uups :P


Modified: trunk/data/qcsrc/common/gamecommand.qc
===================================================================
--- trunk/data/qcsrc/common/gamecommand.qc	2009-01-07 10:14:41 UTC (rev 5433)
+++ trunk/data/qcsrc/common/gamecommand.qc	2009-01-07 10:33:10 UTC (rev 5434)
@@ -177,7 +177,7 @@
 		if(random() < 0.1)
 			s = strconv(1, 0, 0, s);
 
-		localcmd(strcat(argv(1), " ", s2));
+		localcmd(strcat(argv(1), " ", s));
 
 		return TRUE;
 	}




More information about the nexuiz-commits mailing list