Skip to content

Commit

Permalink
QuickMount - Fix keybind (#10184)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Aug 10, 2024
1 parent e181cff commit 346d56c
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 346d56c

Please sign in to comment.