From b07cf8973da2f807ed937d5257117999d755a0b7 Mon Sep 17 00:00:00 2001 From: etienne-k <2804556+etienne-k@users.noreply.github.com> Date: Wed, 29 Jun 2022 21:39:38 +0200 Subject: [PATCH] Reduce respawn delay in sabotage from 7.5 to 3 --- iw5mp/sab_default.dsr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iw5mp/sab_default.dsr b/iw5mp/sab_default.dsr index b54392e..f29618b 100644 --- a/iw5mp/sab_default.dsr +++ b/iw5mp/sab_default.dsr @@ -118,7 +118,7 @@ gameOpt commonOption.perkRestricted.specialty_twoprimaries "0" // [ 0, 1 ] gameOpt commonOption.perkRestricted.throwingknife_mp "0" // [ 0, 1 ] gameOpt commonOption.perkRestricted.trophy_mp "0" // [ 0, 1 ] gameOpt commonOption.radarAlwaysOn "0" // [ 0, 1 ] -gameOpt commonOption.respawnDelay "7.5000" // [ 0, 5, 7.5, 10, 15, 30 ] +gameOpt commonOption.respawnDelay "3" // [ 0, 5, 7.5, 10, 15, 30 ] gameOpt commonOption.scoreLimit "0" // [ 0, 1, 3, 4, 5, 8, 10, 12, 20, 24, 30, 50, 100, 200, 250, 500, 750, 1000, 1500, 2500, 3000, 5000, 7000, 7500, 10000, 15000 ] gameOpt commonOption.showKillcam "0" // [ 0, 1 ] gameOpt commonOption.spectateModeAllowed "0" // [ 0, 1, 2 ]