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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Sep 12 13:37:25 EDT 2009


Author: mrbougo
Date: 2009-09-12 13:37:25 -0400 (Sat, 12 Sep 2009)
New Revision: 7766

Modified:
   trunk/data/defaultNexuiz.cfg
   trunk/data/qcsrc/server/constants.qh
   trunk/data/weapons.cfg
   trunk/data/weapons25.cfg
   trunk/data/weaponsHavoc.cfg
Log:
someone b0rked the cvar hashes :p

Modified: trunk/data/defaultNexuiz.cfg
===================================================================
--- trunk/data/defaultNexuiz.cfg	2009-09-12 17:20:56 UTC (rev 7765)
+++ trunk/data/defaultNexuiz.cfg	2009-09-12 17:37:25 UTC (rev 7766)
@@ -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 d0dff920a90189ec586144a2e190c604
+set cvar_check_default 2ea0e137167573daca65d7dcdd551c32
 
 // 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-09-12 17:20:56 UTC (rev 7765)
+++ trunk/data/qcsrc/server/constants.qh	2009-09-12 17:37:25 UTC (rev 7766)
@@ -1,5 +1,5 @@
-string CVAR_CHECK_DEFAULT = "ff4c4b4c9c9574b0d647c023021a8956";
-string CVAR_CHECK_WEAPONS = "c55b862a83b1579ec2996cb2f92b819d";
+string CVAR_CHECK_DEFAULT = "2ea0e137167573daca65d7dcdd551c32";
+string CVAR_CHECK_WEAPONS = "a9a1a05cc77ef9ae1bb57e431d22eb47";
 
 float	FALSE					= 0;
 float	TRUE					= 1;

Modified: trunk/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2009-09-12 17:20:56 UTC (rev 7765)
+++ trunk/data/weapons.cfg	2009-09-12 17:37:25 UTC (rev 7766)
@@ -3,7 +3,7 @@
 //
 // And... don't forget to edit weaponsHavoc.cfg too.
 
-set cvar_check_weapons c55b862a83b1579ec2996cb2f92b819d
+set cvar_check_weapons a9a1a05cc77ef9ae1bb57e431d22eb47
 
 // NOTE: this only replaces weapons on the map
 // use g_start_weapon_* to also replace the on-startup weapons!

Modified: trunk/data/weapons25.cfg
===================================================================
--- trunk/data/weapons25.cfg	2009-09-12 17:20:56 UTC (rev 7765)
+++ trunk/data/weapons25.cfg	2009-09-12 17:37:25 UTC (rev 7766)
@@ -3,7 +3,7 @@
 //
 // And... don't forget to edit weaponsHavoc.cfg too.
 
-set cvar_check_weapons c55b862a83b1579ec2996cb2f92b819d
+set cvar_check_weapons a9a1a05cc77ef9ae1bb57e431d22eb47
 
 // 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-09-12 17:20:56 UTC (rev 7765)
+++ trunk/data/weaponsHavoc.cfg	2009-09-12 17:37:25 UTC (rev 7766)
@@ -1,4 +1,4 @@
-set cvar_check_weapons c55b862a83b1579ec2996cb2f92b819d
+set cvar_check_weapons a9a1a05cc77ef9ae1bb57e431d22eb47
 
 // 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