Skip to content

Commit af3f5e9

Browse files
committed
Update XEH_postInit.sqf
1 parent 89588d4 commit af3f5e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

addons/missile_manpad/XEH_postInit.sqf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
if (!hasInterface) exitWith {};
44

5-
// Add keybind - todo: move to missile_guidance-common-binds: ["lock", ... }] call EFUNC(missileguidance,keybind_add);
5+
// Add keybind
66
GVAR(isLockKeyDown) = false;
7-
["ACE3 Weapons", QGVAR(trackTarget), "Lock Target (Hold) [stinger]", {
7+
["lock", {
88
GVAR(isLockKeyDown) = true;
99
}, {
1010
GVAR(isLockKeyDown) = false;
11-
}, [15, [false, false, false]], false] call CBA_fnc_addKeybind; //Tab Key
11+
}] call EFUNC(missileguidance,keybind_add);
1212

1313

1414
GVAR(running) = [];

0 commit comments

Comments
 (0)