mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Update comments for POI spawning
Vanilla commits:1f89bcfb980defa2af1e
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