Fix get_liquid_for_bucket

This commit is contained in:
Evert Prants 2019-01-20 22:10:53 +02:00
parent cdc33392c6
commit f43fb329c7
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
2 changed files with 1 additions and 1 deletions

View File

@ -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

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 KiB