Disable POI fires when POIs are off

Vanilla commit:
ebad05fe5b
This commit is contained in:
ebayShopper
2018-01-10 15:35:38 -05:00
parent b791deeea8
commit 2855997c86
28 changed files with 142 additions and 96 deletions

View File

@@ -428,7 +428,7 @@ publicVariable "sm_done";
[] execVM "\z\addons\dayz_server\compile\server_spawnCarePackages.sqf";
[] execVM "\z\addons\dayz_server\compile\server_spawnCrashSites.sqf";
if (dayz_townGenerator) then {execVM "\z\addons\dayz_server\system\lit_fireplaces.sqf";};
execVM "\z\addons\dayz_server\system\lit_fireplaces.sqf";
"PVDZ_sec_atp" addPublicVariableEventHandler {
_x = _this select 1;