From 83f359ca407a7e1c5587c854906ebe9c4e45fb29 Mon Sep 17 00:00:00 2001 From: mrpvtdagger Date: Sat, 13 Mar 2021 19:07:07 -0400 Subject: [PATCH] Fixed mrpvtdagger/arma-3-scripts#2 --- 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 14acc28..9601d18 100644 --- a/ACE_MPD_SlingLoad/sling.sqf +++ b/ACE_MPD_SlingLoad/sling.sqf @@ -63,6 +63,6 @@ _pos = [_heli, 5, 10, 0, 0, 20, 0] call BIS_fnc_findSafePos; _x setPos _pos; } forEach attachedObjects _heli; - removeAllActions _heli; + [_heli] remoteExec ["removeallactions"]; },nil,1.5,true,true,"","true",8,false,"",""]] remoteExec ["addAction"]; }, {}, "Sling Loading..."] call ace_common_fnc_progressBar; //I was lazy... \ No newline at end of file