From c65ced7943819d2fa59bc23f70018a98d08abced Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 4 Feb 2014 17:19:19 +0100 Subject: [PATCH] Implement vote 215. Fixes #1895. --- gamemodes.cfg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gamemodes.cfg b/gamemodes.cfg index 9addcbc7d..bf6ba106d 100644 --- a/gamemodes.cfg +++ b/gamemodes.cfg @@ -87,11 +87,10 @@ seta g_invasion_round_limit -1 "Invasion round limit overriding the mapinfo spec // respawn delay/waves/weapon_stay // ================================= // when variables are set to anything other than 0, they take over the global setting. Negative values force an output value of zero. -// to force disable delay or waves, set them to 0.125 -set g_ctf_respawn_delay_small 5 -set g_ctf_respawn_delay_small_count 0 +set g_ctf_respawn_delay_small 1 +set g_ctf_respawn_delay_small_count 1 set g_ctf_respawn_delay_large 5 -set g_ctf_respawn_delay_large_count 0 +set g_ctf_respawn_delay_large_count 5 set g_ctf_respawn_delay_max 0 set g_ctf_respawn_waves 0 set g_ctf_weapon_stay 0 -- 2.39.2