Localize liquiddef variable in mcl_buckets

This commit is contained in:
Wuzzy 2017-09-08 15:03:56 +02:00
parent 8f916ac429
commit 56e07cd010
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ minetest.register_craftitem("mcl_buckets:bucket_empty", {
end
-- Check if pointing to a liquid source
liquiddef = mcl_buckets.liquids[nn]
local liquiddef = mcl_buckets.liquids[nn]
local new_bucket
if liquiddef ~= nil and liquiddef.itemname ~= nil and (nn == liquiddef.source_take) then