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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Mar 24 07:21:32 EDT 2009


Author: div0
Date: 2009-03-24 07:21:32 -0400 (Tue, 24 Mar 2009)
New Revision: 6273

Removed:
   trunk/data/mutator_reset.cfg
Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
we no longer need mutator_reset.cfg


Deleted: trunk/data/mutator_reset.cfg
===================================================================
--- trunk/data/mutator_reset.cfg	2009-03-24 11:14:46 UTC (rev 6272)
+++ trunk/data/mutator_reset.cfg	2009-03-24 11:21:32 UTC (rev 6273)
@@ -1,19 +0,0 @@
-set g_cloaked 0
-set g_footsteps 0
-set g_grappling_hook 0
-set g_laserguided_missile 0
-set g_midair 0
-set g_minstagib 0
-set g_nixnex 0
-set g_nixnex_with_laser 0
-set g_norecoil 0
-set g_weaponarena 0
-set g_weapon_stay 0
-set g_vampire 0
-set g_race_qualifying 2
-set slowmo 1.0
-set sv_gravity 800
-
-set g_tdm_teams 2
-set g_domination_default_teams 2
-pausable 0

Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2009-03-24 11:14:46 UTC (rev 6272)
+++ trunk/data/qcsrc/server/g_world.qc	2009-03-24 11:21:32 UTC (rev 6273)
@@ -810,8 +810,6 @@
 void GameResetCfg()
 {
 	// settings persist, except...
-	if(cvar("g_campaign"))
-		localcmd("\nexec mutator_reset.cfg\n");
 	localcmd("\nsettemp_restore\n");
 };
 



More information about the nexuiz-commits mailing list