mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
QuickMount - Fix keybind (#10184)
This commit is contained in:
parent
e181cffc83
commit
346d56c659
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user