diff --git a/addons/hearing/functions/fnc_earRinging.sqf b/addons/hearing/functions/fnc_earRinging.sqf index cfc91d1ebe..cb94303859 100644 --- a/addons/hearing/functions/fnc_earRinging.sqf +++ b/addons/hearing/functions/fnc_earRinging.sqf @@ -26,7 +26,7 @@ if (missionNamespace getVariable [QGVAR(isEarRingingPlaying), false]) exitWith { _fnc_removeEarRinging = { // Skip first execution - if (diag_tickTime > 1 + ((_this select 0) select 0)) exitWith {}; + if (diag_tickTime < 1 + ((_this select 0) select 0)) exitWith {}; GVAR(isEarRingingPlaying) = false; [(_this select 1)] call cba_fnc_removePerFrameHandler;