diff --git a/addons/sys_core/XEH_postInit.sqf b/addons/sys_core/XEH_postInit.sqf index 4f11d81dc..944afcf51 100644 --- a/addons/sys_core/XEH_postInit.sqf +++ b/addons/sys_core/XEH_postInit.sqf @@ -3,6 +3,11 @@ [QGVAR(onRevealUnit), { _this call FUNC(onRevealUnit) }] call CALLSTACK(CBA_fnc_addEventHandler); +["CBA_loadoutGet", { + params ["", "_loadout", ""]; + [_loadout] call EFUNC(api,filterUnitLoadout); +}] call CBA_fnc_addEventHandler; + if (!hasInterface) exitWith {}; // Ensure the TeamSpeak plugin handler code is initialized first