mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-05-11 05:10:22 +02:00
remove unused line
This commit is contained in:
parent
929768a12a
commit
2d8ddc083e
@ -257,7 +257,6 @@ local function after_recipe_change(pos, inventory)
|
|||||||
inventory:set_stack("output", 1, "")
|
inventory:set_stack("output", 1, "")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
local recipe = inventory:get_list("recipe")
|
|
||||||
local craft = get_craft(pos, inventory, hash)
|
local craft = get_craft(pos, inventory, hash)
|
||||||
local output_item = craft.output.item
|
local output_item = craft.output.item
|
||||||
local description, name = get_item_info(output_item)
|
local description, name = get_item_info(output_item)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user