Skip to content

Commit

Permalink
ad fix for noradio
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Aug 24, 2016
1 parent 18153b0 commit 3f34308
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions addons/noradio/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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"];
Expand Down

0 comments on commit 3f34308

Please sign in to comment.