Reduce respawn delay in sabotage from 7.5 to 3

This commit is contained in:
Nehu 2022-06-29 21:39:38 +02:00
parent aeefb0b805
commit b07cf8973d
No known key found for this signature in database
GPG key ID: BFCB7E748E5F8A50

View file

@ -118,7 +118,7 @@ gameOpt commonOption.perkRestricted.specialty_twoprimaries "0" // [ 0, 1 ]
gameOpt commonOption.perkRestricted.throwingknife_mp "0" // [ 0, 1 ] gameOpt commonOption.perkRestricted.throwingknife_mp "0" // [ 0, 1 ]
gameOpt commonOption.perkRestricted.trophy_mp "0" // [ 0, 1 ] gameOpt commonOption.perkRestricted.trophy_mp "0" // [ 0, 1 ]
gameOpt commonOption.radarAlwaysOn "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.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.showKillcam "0" // [ 0, 1 ]
gameOpt commonOption.spectateModeAllowed "0" // [ 0, 1, 2 ] gameOpt commonOption.spectateModeAllowed "0" // [ 0, 1, 2 ]