From 19732ff7107f556a90af48ba2511885b977cf693 Mon Sep 17 00:00:00 2001 From: Alexander Weber Date: Fri, 24 Feb 2017 22:22:45 +0100 Subject: [PATCH] removed not needed variables --- cache.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/cache.lua b/cache.lua index 6800b89..4d6de10 100644 --- a/cache.lua +++ b/cache.lua @@ -154,6 +154,7 @@ function cache.fill_recipe_cache() else if minetest.registered_items[recipe_item] == nil then minetest.log("verbose", "[smartfs_inventory] unknown item in recipe: "..itemname) + else itemlist[recipe_item] = minetest.registered_items[recipe_item] end