consistent usage of brackets

This commit is contained in:
Glowbal 2015-05-15 09:25:00 +02:00 committed by KoffeinFlummi
parent 5a4ef610ec
commit c76e22463a

View File

@ -29,7 +29,7 @@ if ([_unit] call FUNC(hasMedicalEnabled) || _force) then {
[{ [{
private ["_unit", "_lastTime"]; private ["_unit", "_lastTime"];
_unit = (_this select 0) select 0; _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]; (_this select 0) set [1, time];
if (!alive _unit || !local _unit) then { if (!alive _unit || !local _unit) then {