diff --git a/addons/safemode/XEH_postInit.sqf b/addons/safemode/XEH_postInit.sqf index fa6649aa9f..16ae37c656 100644 --- a/addons/safemode/XEH_postInit.sqf +++ b/addons/safemode/XEH_postInit.sqf @@ -42,4 +42,4 @@ if (!hasInterface) exitWith {}; [_unit, "DefaultAction", _ehID] call EFUNC(common,removeActionEventHandler); _unit setVariable [QGVAR(actionID), nil]; -}] call EFUNC(common,addPlayerEH); +}] call CBA_fnc_addBISPlayerEventHandler;