Skip to content

Commit

Permalink
Update addons/common/fnc_runQTE.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: johnb432 <[email protected]>
  • Loading branch information
john681611 and johnb432 authored Mar 26, 2024
1 parent 5255969 commit 96806a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/fnc_runQTE.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ if (_onDisplay isEqualType "") then {
[_onDisplay, [_args, _qte_sequence, []]] call CBA_fnc_localEvent;
} else {
[_args, _qte_sequence, []] call _onDisplay;
};
};

0 comments on commit 96806a9

Please sign in to comment.