1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 14:50:41 +02:00

A few more fixes (spamming the commit log again...)

This commit is contained in:
Novatux
2013-12-21 11:11:36 +01:00
parent 5a2d57b485
commit 10cf11e008
4 changed files with 173 additions and 174 deletions

View File

@ -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