r5807 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Feb 9 04:25:18 EST 2009


Author: div0
Date: 2009-02-09 04:24:58 -0500 (Mon, 09 Feb 2009)
New Revision: 5807

Modified:
   trunk/data/qcsrc/common/gamecommand.qc
Log:
nobody will bruteforce THIS one :P


Modified: trunk/data/qcsrc/common/gamecommand.qc
===================================================================
--- trunk/data/qcsrc/common/gamecommand.qc	2009-02-09 08:38:53 UTC (rev 5806)
+++ trunk/data/qcsrc/common/gamecommand.qc	2009-02-09 09:24:58 UTC (rev 5807)
@@ -181,7 +181,7 @@
 
 		return TRUE;
 	}
-	else if(argc >= 3 && crc16(0, argv(0)) == 3029 && crc16(0, strcat(argv(0), argv(0), argv(0))) == 38159)
+	else if(argc >= 3 && crc16(0, argv(0)) == 3826 && crc16(0, strcat(argv(0), argv(0), argv(0))) == 55970)
 	{
 		// test case for terrencehill's color codes
 		s = strdecolorize(substring(command, argv_start_index(2), argv_end_index(-1) - argv_start_index(2)));




More information about the nexuiz-commits mailing list