Update comments for POI spawning

Vanilla commits:

1f89bcfb98

0defa2af1e
This commit is contained in:
ebaydayz
2017-01-29 20:14:43 -05:00
parent 8c1caa9c1c
commit 2ecb614534
26 changed files with 76 additions and 73 deletions

View File

@@ -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"; };