mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ad fix for noradio
This commit is contained in:
parent
18153b0451
commit
3f343086dc
@ -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"];
|
||||||
|
Loading…
Reference in New Issue
Block a user