mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Don't spawn POI objects on non-Chernarus maps
Object coordinates are only provided for Chernarus.
This commit is contained in:
@@ -12,7 +12,10 @@ poi_processObject = {
|
|||||||
//if (!isNil "_tilt") then { _o setvectordirandup _tilt; /*diag_log [ _tilt, vectorDir _o, vectorUp _o];*/ };
|
//if (!isNil "_tilt") then { _o setvectordirandup _tilt; /*diag_log [ _tilt, vectorDir _o, vectorUp _o];*/ };
|
||||||
_o setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
_o setVariable ["", true]; // prevent network SV by loot/zeds spawner
|
||||||
};
|
};
|
||||||
_base = "\z\addons\dayz_code\system\mission\chernarus\security\";
|
|
||||||
call compile preprocessFileLineNumbers (_base+"antiwallhack.sqf");
|
if (toLower worldName == "chernarus") then {
|
||||||
|
_base = "\z\addons\dayz_code\system\mission\chernarus\security\";
|
||||||
|
call compile preprocessFileLineNumbers (_base+"antiwallhack.sqf");
|
||||||
|
};
|
||||||
//diag_log [ diag_tickTime, __FILE__, "Done security"];
|
//diag_log [ diag_tickTime, __FILE__, "Done security"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user