Skip to content

Commit eed3692

Browse files
authored
Core - Filter radios for CBA Extended Loadouts (#1205)
1 parent e119b15 commit eed3692

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

addons/sys_core/XEH_postInit.sqf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
[QGVAR(onRevealUnit), { _this call FUNC(onRevealUnit) }] call CALLSTACK(CBA_fnc_addEventHandler);
55

6+
["CBA_loadoutGet", {
7+
params ["", "_loadout", ""];
8+
[_loadout] call EFUNC(api,filterUnitLoadout);
9+
}] call CBA_fnc_addEventHandler;
10+
611
if (!hasInterface) exitWith {};
712

813
// Ensure the TeamSpeak plugin handler code is initialized first

0 commit comments

Comments
 (0)