Skip to content

Commit 3f44887

Browse files
committed
Updated preset vars
1 parent 2caf24f commit 3f44887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SQF/dayz_code/init/variables.sqf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ switch (dayz_presets) do {
465465
};
466466
case "Elite": { //Elite
467467
dayz_enableGhosting = true; //Enable disable the ghosting system.
468-
dayz_ghostTimer = 600; //Sets how long in seconds a player must be dissconnected before being able to login again.
468+
dayz_ghostTimer = 60; //Sets how long in seconds a player must be dissconnected before being able to login again.
469469
dayz_spawnselection = 0; //Turn on spawn selection 0 = random only spawns, 1 = Spawn choice based on limits
470470
dayz_spawncarepkgs_clutterCutter = 0; //0 = loot hidden in grass, 1 = loot lifted and 2 = no grass
471471
dayz_spawnCrashSite_clutterCutter = 0; // heli crash options 0 = loot hidden in grass, 1 = loot lifted and 2 = no grass
@@ -480,7 +480,7 @@ switch (dayz_presets) do {
480480
};
481481
default { //Vanilla
482482
dayz_enableGhosting = true; //Enable disable the ghosting system.
483-
dayz_ghostTimer = 300; //Sets how long in seconds a player must be disconnected before being able to login again.
483+
dayz_ghostTimer = 30; //Sets how long in seconds a player must be disconnected before being able to login again.
484484
dayz_spawnselection = 1; //Turn on spawn selection 0 = random only spawns, 1 = Spawn choice based on limits
485485
dayz_spawncarepkgs_clutterCutter = 2; //0 = loot hidden in grass, 1 = loot lifted and 2 = no grass
486486
dayz_spawnCrashSite_clutterCutter = 2; // heli crash options 0 = loot hidden in grass, 1 = loot lifted and 2 = no grass

0 commit comments

Comments
 (0)