From 1e2cb2309669b359f74265fd178cfc25224e7d48 Mon Sep 17 00:00:00 2001 From: mrpvtdagger Date: Thu, 4 Mar 2021 15:56:28 -0400 Subject: [PATCH] Woops --- ACE_MPD_SlingLoad/sling.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;