r5280 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Dec 20 13:51:51 EST 2008


Author: div0
Date: 2008-12-20 13:51:50 -0500 (Sat, 20 Dec 2008)
New Revision: 5280

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
typo, argh


Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2008-12-20 18:49:34 UTC (rev 5279)
+++ trunk/data/qcsrc/server/clientcommands.qc	2008-12-20 18:51:50 UTC (rev 5280)
@@ -459,7 +459,6 @@
 			print("WARNING: Invalid clientcommand by ", self.netname, ": ", s, "\n");
 			return;
 		}
-		*/
 		clientcommand(self,s);
 	}
 }




More information about the nexuiz-commits mailing list