Skip to content

Commit

Permalink
Update fnc_carryObject.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
MiszczuZPolski committed Dec 8, 2024
1 parent 20aef94 commit 2abeeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/misc/functions/fnc_carryObject.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ if (_UAVCrew isNotEqualTo []) then {
};

// Check everything
[ACEFUNC(cdragging,carryObjectPFH), 0.5, [_unit, _target, CBA_missionTime]] call CBA_fnc_addPerFrameHandler;
[ACEFUNC(dragging,carryObjectPFH), 0.5, [_unit, _target, CBA_missionTime]] call CBA_fnc_addPerFrameHandler;

[QACEGVAR(dragging,startedCarry), [_unit, _target]] call CBA_fnc_localEvent;

0 comments on commit 2abeeee

Please sign in to comment.