diff --git a/addons/medical/functions/fnc_addToInjuredCollection.sqf b/addons/medical/functions/fnc_addToInjuredCollection.sqf index 0715f79e0e..7573e2a555 100644 --- a/addons/medical/functions/fnc_addToInjuredCollection.sqf +++ b/addons/medical/functions/fnc_addToInjuredCollection.sqf @@ -29,7 +29,7 @@ if ([_unit] call FUNC(hasMedicalEnabled) || _force) then { [{ private ["_unit", "_lastTime"]; _unit = (_this select 0) select 0; - _interval = time - ((_this select 0) select 1); + _interval = time - (_this select 0) select 1; (_this select 0) set [1, time]; if (!alive _unit || !local _unit) then {