[nexuiz-commits] r7033 - in trunk/data: . qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jun 13 15:34:27 EDT 2009


Author: div0
Date: 2009-06-13 15:34:27 -0400 (Sat, 13 Jun 2009)
New Revision: 7033

Modified:
   trunk/data/qcsrc/server/constants.qh
   trunk/data/weapons.cfg
   trunk/data/weaponsHavoc.cfg
Log:
new cvar check :(


Modified: trunk/data/qcsrc/server/constants.qh
===================================================================
--- trunk/data/qcsrc/server/constants.qh	2009-06-13 19:33:07 UTC (rev 7032)
+++ trunk/data/qcsrc/server/constants.qh	2009-06-13 19:34:27 UTC (rev 7033)
@@ -1,5 +1,5 @@
 string CVAR_CHECK_DEFAULT = "b502bb22b04d637eb4ea0d00cb934ff0";
-string CVAR_CHECK_WEAPONS = "a365178279d07e089bc8908a51cdd9e6";
+string CVAR_CHECK_WEAPONS = "4f7b4c1e2feeef4988b02a93ff35a2ca";
 
 float	FALSE					= 0;
 float	TRUE					= 1;

Modified: trunk/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2009-06-13 19:33:07 UTC (rev 7032)
+++ trunk/data/weapons.cfg	2009-06-13 19:34:27 UTC (rev 7033)
@@ -3,7 +3,7 @@
 //
 // And... don't forget to edit weaponsHavoc.cfg too.
 
-set cvar_check_weapons a365178279d07e089bc8908a51cdd9e6
+set cvar_check_weapons 4f7b4c1e2feeef4988b02a93ff35a2ca
 
 // NOTE: this only replaces weapons on the map
 // use g_start_weapon_* to also replace the on-startup weapons!

Modified: trunk/data/weaponsHavoc.cfg
===================================================================
--- trunk/data/weaponsHavoc.cfg	2009-06-13 19:33:07 UTC (rev 7032)
+++ trunk/data/weaponsHavoc.cfg	2009-06-13 19:34:27 UTC (rev 7033)
@@ -1,4 +1,4 @@
-set cvar_check_weapons a365178279d07e089bc8908a51cdd9e6
+set cvar_check_weapons 4f7b4c1e2feeef4988b02a93ff35a2ca
 
 // NOTE: this only replaces weapons on the map
 // use g_start_weapon_* to also replace the on-startup weapons!



More information about the nexuiz-commits mailing list