mirror of
https://gitlab.icynet.eu/evert/fluid_lib.git
synced 2024-12-23 21:52:26 +01:00
fix always-false condition
This commit is contained in:
parent
e3d3ccf2be
commit
c1981030c3
@ -196,7 +196,7 @@ function fluid_lib.transfer_timer_tick(pos, elapsed)
|
||||
for i = 1, fl_size do
|
||||
pp[i] = destdef.node_io_get_liquid_name(pos, destnode, "", i)
|
||||
end
|
||||
if not #pp then pp = nil end
|
||||
if #pp == 0 then pp = nil end
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user