diff --git a/addons/noradio/XEH_postInit.sqf b/addons/noradio/XEH_postInit.sqf index e3b98f1a3a..722a1d358c 100644 --- a/addons/noradio/XEH_postInit.sqf +++ b/addons/noradio/XEH_postInit.sqf @@ -10,6 +10,11 @@ if (isServer) then { if (!hasInterface) exitWith {}; +// Handle early CBA_fnc_addPlayerEventHandler +if (!isNull ace_player) then { + [ace_player, "isPlayer"] call EFUNC(common,muteUnit); +}; + // mutes/unmutes units when the player changes ["unit", { params ["_newPlayer", "_oldPlayer"];