Fix get_liquid_for_bucket

master
Evert Prants 4 years ago
parent cdc33392c6
commit f43fb329c7
Signed by: evert
GPG Key ID: 1688DA83D222D0B5

@ -151,7 +151,7 @@ function bucket.get_liquid_for_bucket(itemname)
for source, b in pairs(bucket.liquids) do
if b.itemname and b.itemname == itemname then
found = source
found = b.source
break
end
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 KiB

Loading…
Cancel
Save