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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Aug 24 14:58:20 EDT 2009


Author: mrbougo
Date: 2009-08-24 14:58:20 -0400 (Mon, 24 Aug 2009)
New Revision: 7512

Modified:
   trunk/data/defaultNexuiz.cfg
   trunk/data/qcsrc/server/constants.qh
   trunk/data/weapons.cfg
   trunk/data/weaponsHavoc.cfg
Log:
update cfg hashes

Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-08-24 09:53:55 UTC (rev 7511)
+++ trunk/data/defaultNexuiz.cfg	2009-08-24 18:58:20 UTC (rev 7512)
@@ -26,7 +26,7 @@
 seta g_configversion 0	"Configuration file version (used to upgrade settings) 0: first run, or previous start was <2.4.1  Later, it's overridden by config.cfg, version ranges are defined in config_update.cfg"
 
 // default.cfg versioning (update using update-cvarcount.sh, run that every time after adding a new cvar)
-set cvar_check_default ff6f4ae047891b3b61ecfc5b3d3b38b4
+set cvar_check_default f65221846eecbdf910cfb40f5839ac0d
 
 // Nexuiz version (formatted for machines)
 // used to determine if a client version is compatible

Modified: trunk/data/qcsrc/server/constants.qh
===================================================================
--- trunk/data/qcsrc/server/constants.qh	2009-08-24 09:53:55 UTC (rev 7511)
+++ trunk/data/qcsrc/server/constants.qh	2009-08-24 18:58:20 UTC (rev 7512)
@@ -1,5 +1,5 @@
-string CVAR_CHECK_DEFAULT = "40fd98ae84e7814d9494ef3cef6fb162";
-string CVAR_CHECK_WEAPONS = "a7ca57b891d66754b856e24e5c1745e3";
+string CVAR_CHECK_DEFAULT = "f65221846eecbdf910cfb40f5839ac0d";
+string CVAR_CHECK_WEAPONS = "795fd7178fcb71cfccda2f230f231fdd";
 
 float	FALSE					= 0;
 float	TRUE					= 1;

Modified: trunk/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2009-08-24 09:53:55 UTC (rev 7511)
+++ trunk/data/weapons.cfg	2009-08-24 18:58:20 UTC (rev 7512)
@@ -3,7 +3,7 @@
 //
 // And... don't forget to edit weaponsHavoc.cfg too.
 
-set cvar_check_weapons a7ca57b891d66754b856e24e5c1745e3
+set cvar_check_weapons 795fd7178fcb71cfccda2f230f231fdd
 
 // 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-08-24 09:53:55 UTC (rev 7511)
+++ trunk/data/weaponsHavoc.cfg	2009-08-24 18:58:20 UTC (rev 7512)
@@ -1,4 +1,4 @@
-set cvar_check_weapons a7ca57b891d66754b856e24e5c1745e3
+set cvar_check_weapons 795fd7178fcb71cfccda2f230f231fdd
 
 // 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