Fix 2 broken keybinds

This commit is contained in:
PabstMirror 2015-03-10 12:45:08 -05:00
parent b2e8ca5dbc
commit 7173037cb0
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ if (!hasInterface) exitWith {};
false false
}, },
{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 { if isNil(QGVAR(UsePP)) then {
GVAR(UsePP) = true; GVAR(UsePP) = true;

View File

@ -30,7 +30,7 @@ if (!hasInterface) exitWith {};
true true
}, },
{false}, {false},
[24, false, false, false], false] call CALLSTACK(cba_fnc_addKeybind); [24, [false, false, false]], false] call cba_fnc_addKeybind;
GVAR(PFH) = false; GVAR(PFH) = false;
["playerVehicleChanged",{ ["playerVehicleChanged",{