mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-04 07:31:55 +03:00
Update comments for POI spawning
Vanilla commits: https://github.com/DayZMod/DayZ/commit/1f89bcfb9857e2bb94a0609cf7b0d89490272684 https://github.com/DayZMod/DayZ/commit/0defa2af1ec0a9a46d15a665eb25f6be604a0a07
This commit is contained in:
@@ -424,6 +424,9 @@ if(isNil "dayz_townGenerator") then {
|
||||
if(isNil "dayz_townGeneratorBlackList") then {
|
||||
dayz_townGeneratorBlackList = []; // Town generator will not spawn junk within 150m of these positions.
|
||||
};
|
||||
if(isNil "dayz_enableFlies") then {
|
||||
dayz_enableFlies = true; // Enable flies on dead bodies (negatively impacts FPS).
|
||||
};
|
||||
|
||||
//Replace server individual settings with ranked settings
|
||||
if(isNil "dayz_presets") then { dayz_presets = "Vanilla"; };
|
||||
|
||||
Reference in New Issue
Block a user