File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments