1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-05-10 20:50:22 +02:00

remove unused line

This commit is contained in:
Luke aka SwissalpS 2023-06-15 04:13:29 +02:00
parent 929768a12a
commit 2d8ddc083e

View File

@ -257,7 +257,6 @@ local function after_recipe_change(pos, inventory)
inventory:set_stack("output", 1, "")
return
end
local recipe = inventory:get_list("recipe")
local craft = get_craft(pos, inventory, hash)
local output_item = craft.output.item
local description, name = get_item_info(output_item)