re-add brackets

This commit is contained in:
PabstMirror 2015-05-15 02:32:19 -05:00
parent 56aec85616
commit 1d64e5917f

View File

@ -29,7 +29,7 @@ if ([_unit] call FUNC(hasMedicalEnabled) || _force) then {
[{
private ["_unit", "_interval"];
_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 {