Changed default keybinding value to be H

This commit is contained in:
Glowbal 2015-08-08 18:16:25 +02:00
parent bb79feeaf1
commit 31a5f8899b

View File

@ -13,7 +13,7 @@ if (!hasInterface) exitwith {};
}] call EFUNC(common,addEventhandler);
["ACE3 Common", QGVAR(DisplayMenuKey), localize LSTRING(DisplayMenuKey),
["ACE3 Common", QGVAR(displayMenuKeyPressed), localize LSTRING(DisplayMenuKey),
{
_target = cursorTarget;
if (!(_target isKindOf "CAManBase") || ACE_player distance _target > 10) then {_target = ACE_player};
@ -29,4 +29,4 @@ if (!hasInterface) exitwith {};
[ObjNull] call FUNC(openMenu);
};
},
[0, [true, false, false]], false, 0] call CBA_fnc_addKeybind;
[35, [false, false, false]], false, 0] call CBA_fnc_addKeybind;