Skip to content

Commit 2512f99

Browse files
committed
fix can't take cargo sling from remote heli
1 parent 30114dd commit 2512f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/slingload/eventHandlers.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
ropeUnwind [_rope, _speed, _length, _relative];
1414
}] call CBA_fnc_addEventHandler;
1515

16-
["Helicopter", "Init", {
16+
["Helicopter", "InitPost", {
1717
params ["_heli"];
1818
if (local _heli) then {
1919
_heli addItemCargoGlobal ["amp_slingload_CargoSling", 4];

0 commit comments

Comments
 (0)