summaryrefslogtreecommitdiff
path: root/autocrafter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'autocrafter.lua')
-rw-r--r--autocrafter.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/autocrafter.lua b/autocrafter.lua
index 825b248..92b8eca 100644
--- a/autocrafter.lua
+++ b/autocrafter.lua
@@ -106,7 +106,6 @@ local function after_recipe_change(pos, inventory)
inventory:set_stack("output", 1, "")
return
end
- local recipe_changed = false
local recipe = inventory:get_list("recipe")
local hash = minetest.hash_node_position(pos)