diff --git a/addons/goggles/XEH_postInit.sqf b/addons/goggles/XEH_postInit.sqf index d73ac0a850..ee62dfdd66 100644 --- a/addons/goggles/XEH_postInit.sqf +++ b/addons/goggles/XEH_postInit.sqf @@ -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; diff --git a/addons/parachute/XEH_postInit.sqf b/addons/parachute/XEH_postInit.sqf index 71e35910b9..c80f093209 100644 --- a/addons/parachute/XEH_postInit.sqf +++ b/addons/parachute/XEH_postInit.sqf @@ -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",{