From 83adf65cad209adc29373e94c8927bfaec37e706 Mon Sep 17 00:00:00 2001 From: johnb432 <58661205+johnb432@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:03:32 +0200 Subject: [PATCH] Update XEH_postInit.sqf --- addons/safemode/XEH_postInit.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;