Remove some glitched map objects

Vanilla commits:

f1b7ffe327

08a883c288

368dd0e8d5

b0f60765d9

4ae5006f8b
This commit is contained in:
ebayShopper
2017-12-04 12:47:15 -05:00
parent ea2367a30b
commit 5ca381e95a
30 changed files with 149 additions and 160 deletions

View File

@@ -119,15 +119,13 @@ if (isServer) then {
};
if (!isDedicated) then {
if (toLower worldName == "chernarus") then {
execVM "\z\addons\dayz_code\system\mission\chernarus\hideGlitchObjects.sqf";
};
//Enables Plant lib fixes
execVM "\z\addons\dayz_code\system\antihack.sqf";
if (toLower(worldName) == "chernarus") then {
diag_log "WARNING: Clearing annoying benches from Chernarus";
([4654,9595,0] nearestObject 145259) setDamage 1;
([4654,9595,0] nearestObject 145260) setDamage 1;
};
if (dayz_townGenerator) then { execVM "\z\addons\dayz_code\compile\client_plantSpawner.sqf"; };
execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
//[false,12] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";