mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
lazy evaluation fix
This commit is contained in:
parent
56e919dccc
commit
8048b2ecbd
@ -22,5 +22,6 @@ params ["_unit", "_target"];
|
|||||||
_nozzle = _unit getVariable [QGVAR(nozzle), objNull];
|
_nozzle = _unit getVariable [QGVAR(nozzle), objNull];
|
||||||
|
|
||||||
!(isNull _nozzle ||
|
!(isNull _nozzle ||
|
||||||
|
{isEngineOn _target} ||
|
||||||
{(_target distance _unit) > REFUEL_ACTION_DISTANCE} ||
|
{(_target distance _unit) > REFUEL_ACTION_DISTANCE} ||
|
||||||
{!isNull (_target getVariable [QGVAR(nozzle), objNull])} || isEngineOn _target) // TODO verify cant connect multiple fuel lines
|
{!isNull (_target getVariable [QGVAR(nozzle), objNull])}) // TODO verify cant connect multiple fuel lines
|
||||||
|
Loading…
Reference in New Issue
Block a user