QuickMount - Fix keybind (#10184)

This commit is contained in:
PabstMirror 2024-08-10 13:53:01 -05:00 committed by GitHub
parent e181cffc83
commit 346d56c659
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,6 @@ if (!hasInterface) exitWith {};
["ACE3 Movement", QGVAR(mount), [LLSTRING(KeybindName), LLSTRING(KeybindDescription)], "", { ["ACE3 Movement", QGVAR(mount), [LLSTRING(KeybindName), LLSTRING(KeybindDescription)], "", {
if (!dialog) then { if (!dialog) then {
call FUNC(getInNearest); [] call FUNC(getInNearest);
}; };
}] call CBA_fnc_addKeybind; }] call CBA_fnc_addKeybind;