removed not needed variables
This commit is contained in:
parent
79f829ab5b
commit
19732ff710
@ -154,6 +154,7 @@ function cache.fill_recipe_cache()
|
|||||||
else
|
else
|
||||||
if minetest.registered_items[recipe_item] == nil then
|
if minetest.registered_items[recipe_item] == nil then
|
||||||
minetest.log("verbose", "[smartfs_inventory] unknown item in recipe: "..itemname)
|
minetest.log("verbose", "[smartfs_inventory] unknown item in recipe: "..itemname)
|
||||||
|
|
||||||
else
|
else
|
||||||
itemlist[recipe_item] = minetest.registered_items[recipe_item]
|
itemlist[recipe_item] = minetest.registered_items[recipe_item]
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user