Skip to content

Commit

Permalink
QuickMount - Fix keybind (acemod#10184)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored and blake8090 committed Aug 18, 2024
1 parent 47f0223 commit e68e613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/quickmount/XEH_postInitClient.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ if (!hasInterface) exitWith {};

["ACE3 Movement", QGVAR(mount), [LLSTRING(KeybindName), LLSTRING(KeybindDescription)], "", {
if (!dialog) then {
call FUNC(getInNearest);
[] call FUNC(getInNearest);
};
}] call CBA_fnc_addKeybind;

0 comments on commit e68e613

Please sign in to comment.