diff options
author | Novatux <nathanael.courant@laposte.net> | 2013-12-21 11:11:36 +0100 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2013-12-21 11:11:36 +0100 |
commit | 10cf11e008ad0da51349b175dee7cc23ea951db4 (patch) | |
tree | 344340ff9a54c4ce4dfc684af96fda9486751ab3 /autocrafter.lua | |
parent | 5a2d57b48523b95aad2294f88da3e03cf35b9942 (diff) |
A few more fixes (spamming the commit log again...)
Diffstat (limited to 'autocrafter.lua')
-rw-r--r-- | autocrafter.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autocrafter.lua b/autocrafter.lua index 070b3de..b2e50c1 100644 --- a/autocrafter.lua +++ b/autocrafter.lua @@ -49,7 +49,6 @@ local function autocraft(inventory, pos) end end - local input = inventory:get_list("input") if result.item:is_empty() then return end result = result.item if not inventory:room_for_item("dst", result) then return end |