[nexuiz-commits] r6795 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri May 29 17:48:36 EDT 2009


Author: mrbougo
Date: 2009-05-29 17:48:36 -0400 (Fri, 29 May 2009)
New Revision: 6795

Modified:
   trunk/data/qcsrc/server/constants.qh
Log:
weapon cvars checksum updated

Modified: trunk/data/qcsrc/server/constants.qh
===================================================================
--- trunk/data/qcsrc/server/constants.qh	2009-05-29 21:42:19 UTC (rev 6794)
+++ trunk/data/qcsrc/server/constants.qh	2009-05-29 21:48:36 UTC (rev 6795)
@@ -1,5 +1,5 @@
 string CVAR_CHECK_DEFAULT = "2374fb15eacd4470860923b3ccddc0ad";
-string CVAR_CHECK_WEAPONS = "c902f188773bf165513eb5ac2642c028";
+string CVAR_CHECK_WEAPONS = "2f93eb8481f44bb2ff744af86a75eccf";
 
 float	FALSE					= 0;
 float	TRUE					= 1;



More information about the nexuiz-commits mailing list