ad fix for noradio

This commit is contained in:
PabstMirror 2016-08-23 22:43:37 -05:00
parent 18153b0451
commit 3f343086dc

View File

@ -10,6 +10,11 @@ if (isServer) then {
if (!hasInterface) exitWith {}; 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 // mutes/unmutes units when the player changes
["unit", { ["unit", {
params ["_newPlayer", "_oldPlayer"]; params ["_newPlayer", "_oldPlayer"];