Skip to content

Commit

Permalink
Misc - Fix typo in fnc_carryObject.sqf (#651)
Browse files Browse the repository at this point in the history
**When merged this pull request will:**
- Title

### IMPORTANT

- [Development Guidelines](https://ace3.acemod.org/wiki/development/)
are read, understood and applied.
- Title of this PR uses our standard template `Component -
Add|Fix|Improve|Change|Make|Remove {changes}`.
  • Loading branch information
MiszczuZPolski authored Dec 9, 2024
1 parent 20aef94 commit c388656
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 c388656

Please sign in to comment.