mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Common - Block radio status effect without blocking direct voice (ACRE) (#8659)
* Common - Block radio status effect won't block PTT voice (ACRE) * Update addons/common/XEH_postInit.sqf
This commit is contained in:
parent
b800bc4ae1
commit
ed228c54ac
@ -82,7 +82,7 @@
|
|||||||
_object setVariable ["tf_unable_to_use_radio", _set > 0, true];
|
_object setVariable ["tf_unable_to_use_radio", _set > 0, true];
|
||||||
};
|
};
|
||||||
if (["acre_main"] call FUNC(isModLoaded)) then {
|
if (["acre_main"] call FUNC(isModLoaded)) then {
|
||||||
_object setVariable ["acre_sys_core_isDisabled", _set > 0, true];
|
_object setVariable ["acre_sys_core_isDisabledRadio", _set > 0, true];
|
||||||
};
|
};
|
||||||
}] call CBA_fnc_addEventHandler;
|
}] call CBA_fnc_addEventHandler;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user