Fix a few more glitched map objects

Vanilla commit:

https://github.com/DayZMod/DayZ/commit/7d669a390b69e6f31ed24df48c312cdff3d57a25
This commit is contained in:
ebayShopper
2017-12-29 15:42:45 -05:00
parent 2d437b444c
commit eaaedf21c0
4 changed files with 10 additions and 2 deletions
@@ -820,6 +820,8 @@ if (true) then
_this setDir 71.406975;
_this setVehicleInit "this setVectorUp [0,0,1];";
_this setPos [7836.5088, 12622.839, 0.36634916];
_this addEventHandler ["HandleDamage",{0}]; //Forbid destruction (mi8wreck and static objects on top are left floating)
_this enableSimulation false;
};
_vehicle_446 = objNull;