diff --git a/ACE_MPD_SlingLoad/sling.sqf b/ACE_MPD_SlingLoad/sling.sqf index 87cd2ac..14acc28 100644 --- a/ACE_MPD_SlingLoad/sling.sqf +++ b/ACE_MPD_SlingLoad/sling.sqf @@ -60,7 +60,7 @@ } forEach _cargoRopes; { detach _x; - _pos = [_heli, 1, 5, 0, 0, 20, 0] call BIS_fnc_findSafePos; + _pos = [_heli, 5, 10, 0, 0, 20, 0] call BIS_fnc_findSafePos; _x setPos _pos; } forEach attachedObjects _heli; removeAllActions _heli;