Disabled server cleanup by default

This commit is contained in:
A Man
2022-04-23 20:07:01 +02:00
parent af87919fe7
commit ed5d78d7d4

View File

@@ -58,7 +58,7 @@ Password = ChangeMe
;0 means that ALL empty placed items will be deleted every server restart ;0 means that ALL empty placed items will be deleted every server restart
;A positive number is how old (in days) a placed empty item must be, in order for it to be deleted ;A positive number is how old (in days) a placed empty item must be, in order for it to be deleted
;Leaving CleanupPlacedAfterDays below commented (with a ; in front) will NOT disable the cleanup, but will make the objects get cleaned up after the default 6 days. ;Leaving CleanupPlacedAfterDays below commented (with a ; in front) will NOT disable the cleanup, but will make the objects get cleaned up after the default 6 days.
;CleanupPlacedAfterDays = 6 CleanupPlacedAfterDays = -1
;Flag indicating whether hiveext should detect vehicles out of map boundaries (X < 0, or Y > 15360) and reset their position to [] ;Flag indicating whether hiveext should detect vehicles out of map boundaries (X < 0, or Y > 15360) and reset their position to []
;Note: YOU MUST have a proper dayz_server.pbo that supports this feature, otherwise you will get script errors ;Note: YOU MUST have a proper dayz_server.pbo that supports this feature, otherwise you will get script errors