Update XEH_postInit.sqf

This commit is contained in:
johnb432 2024-08-28 17:03:32 +02:00
parent 370c5558ed
commit 83adf65cad

View File

@ -42,4 +42,4 @@ if (!hasInterface) exitWith {};
[_unit, "DefaultAction", _ehID] call EFUNC(common,removeActionEventHandler); [_unit, "DefaultAction", _ehID] call EFUNC(common,removeActionEventHandler);
_unit setVariable [QGVAR(actionID), nil]; _unit setVariable [QGVAR(actionID), nil];
}] call EFUNC(common,addPlayerEH); }] call CBA_fnc_addBISPlayerEventHandler;