From 60641d57d23829f1e9294cec9d40eb2174bd25a2 Mon Sep 17 00:00:00 2001 From: SzwedzikPL Date: Mon, 13 Jul 2015 21:01:41 +0200 Subject: [PATCH] Disable hearing in zeus camera --- addons/hearing/functions/fnc_earRinging.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/hearing/functions/fnc_earRinging.sqf b/addons/hearing/functions/fnc_earRinging.sqf index 74e2768c4c..1619188645 100644 --- a/addons/hearing/functions/fnc_earRinging.sqf +++ b/addons/hearing/functions/fnc_earRinging.sqf @@ -22,6 +22,7 @@ PARAMS_2(_unit,_strength); if (isNull _unit) exitWith {}; if (_strength < 0.05) exitWith {}; +if (!isNull curatorCamera) exitWith {}; if (_unit getVariable ["ACE_hasEarPlugsin", false]) then { _strength = _strength / 4;