mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix 2 broken keybinds
This commit is contained in:
parent
b2e8ca5dbc
commit
7173037cb0
@ -26,7 +26,7 @@ if (!hasInterface) exitWith {};
|
||||
false
|
||||
},
|
||||
{false},
|
||||
[20, true, true, false], false] call CALLSTACK(cba_fnc_addKeybind);
|
||||
[20, [true, true, false]], false] call cba_fnc_addKeybind;
|
||||
|
||||
if isNil(QGVAR(UsePP)) then {
|
||||
GVAR(UsePP) = true;
|
||||
|
@ -30,7 +30,7 @@ if (!hasInterface) exitWith {};
|
||||
true
|
||||
},
|
||||
{false},
|
||||
[24, false, false, false], false] call CALLSTACK(cba_fnc_addKeybind);
|
||||
[24, [false, false, false]], false] call cba_fnc_addKeybind;
|
||||
|
||||
GVAR(PFH) = false;
|
||||
["playerVehicleChanged",{
|
||||
|
Loading…
Reference in New Issue
Block a user