mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
hearing: ups, wrong triangle
This commit is contained in:
parent
0f4d8bc82f
commit
71879acb79
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user