Skip to content

Commit

Permalink
Merge pull request #1314 from mharis001/patch-1
Browse files Browse the repository at this point in the history
Fix CBA_fnc_consumeItem direct call
  • Loading branch information
commy2 authored Mar 27, 2020
2 parents ffd7a8a + 16ae898 commit 6b3fc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/ui/fnc_consumeItem.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Author:

// Force unscheduled environment to prevent race conditions.
if (canSuspend) exitWith {
[CBA_fnc_addItemContextMenuOption, _this] call CBA_fnc_directCall;
[CBA_fnc_consumeItem, _this] call CBA_fnc_directCall;
};

params [
Expand Down

0 comments on commit 6b3fc30

Please sign in to comment.