From 3f343086dc901918e3a8344490ac8ace6386104e Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Tue, 23 Aug 2016 22:43:37 -0500 Subject: [PATCH] ad fix for noradio --- addons/noradio/XEH_postInit.sqf | 5 +++++ 1 file changed, 5 insertions(+) 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"];