mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed incorrect private var name
This commit is contained in:
parent
4b245c0fc4
commit
56aec85616
@ -27,7 +27,7 @@ if ([_unit] call FUNC(hasMedicalEnabled) || _force) then {
|
|||||||
_unit setvariable [QGVAR(addedToUnitLoop), true, true];
|
_unit setvariable [QGVAR(addedToUnitLoop), true, true];
|
||||||
|
|
||||||
[{
|
[{
|
||||||
private ["_unit", "_lastTime"];
|
private ["_unit", "_interval"];
|
||||||
_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];
|
||||||
|
Loading…
Reference in New Issue
Block a user