unmute handleing

This commit is contained in:
commy2 2015-04-11 20:26:43 +02:00
parent 9cf44b1d32
commit b9077888aa

View File

@ -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", ""];