[mcl_banners] fix some warnings

This commit is contained in:
AFCMS 2021-05-23 10:59:07 +02:00
parent 8f6a97eefe
commit 4bc473bc29
1 changed files with 0 additions and 1 deletions

View File

@ -426,7 +426,6 @@ local banner_pattern_craft = function(itemstack, player, old_craft_grid, craft_i
if (pitem == d and minetest.get_item_group(itemname, "dye") == 0) or (pitem == e and itemname ~= e and inv_i ~= banner_index) then
pattern_ok = false
break
else
end
inv_i = inv_i + 1
if inv_i > max_i then