mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
ad fix for noradio
This commit is contained in:
@ -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"];
|
||||
|
Reference in New Issue
Block a user