mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
unmute handleing
This commit is contained in:
parent
9cf44b1d32
commit
b9077888aa
@ -28,6 +28,9 @@ if (_reason in _muteUnitReasons) then {
|
||||
_unit setVariable [QGVAR(muteUnitReasons), _muteUnitReasons, true];
|
||||
};
|
||||
|
||||
// don't unmute if there is another mute reason!
|
||||
if (count _muteUnitReasons > 0) exitWith {};
|
||||
|
||||
private "_speaker";
|
||||
_speaker = _unit getVariable ["ACE_OriginalSpeaker", ""];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user