Changed bambi timeout to 10 min
Extended death timer to 15 min (to give time for people to use the defib)
This commit is contained in:
parent
ecbdde9d6e
commit
0232bed5e2
Binary file not shown.
@ -4324,7 +4324,7 @@ class CfgSettings
|
||||
* expired or when they pick up their first weapon. Whatever
|
||||
* happens first.
|
||||
*/
|
||||
protectionDuration = 5;
|
||||
protectionDuration = 10;
|
||||
|
||||
/**
|
||||
* Radius of spawn zones around the center of spawn zone markers.
|
||||
|
Binary file not shown.
@ -27,7 +27,7 @@ forceRotorLibSimulation = 2;
|
||||
skipLobby = 1;
|
||||
joinUnassigned = 1;
|
||||
respawn = "BASE";
|
||||
respawnDelay = 120;
|
||||
respawnDelay = 900;
|
||||
respawnDialog = 0;
|
||||
respawnOnStart = 0;
|
||||
respawnButton = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user