Fixing it broke it more somehow

This commit is contained in:
osmarks 2018-08-15 20:02:53 +01:00
parent 57d409e2c2
commit 27fe9b37b2

1
IO.lua
View File

@ -54,7 +54,6 @@ local function main()
from_slot = slot from_slot = slot
}), "inserting items") }), "inserting items")
if result then print("Moved", result.moved, ii, "to storage.") end if result then print("Moved", result.moved, ii, "to storage.") end
stacks_stored, items_stored = get_stacks()
end end
end end