From f48f749eab0b9bdc7775d2a0a1636bcdc41708e5 Mon Sep 17 00:00:00 2001 From: osmarks Date: Tue, 14 Aug 2018 22:22:29 +0100 Subject: [PATCH] tyoooooooo --- IO.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IO.lua b/IO.lua index c7af845..c30820a 100644 --- a/IO.lua +++ b/IO.lua @@ -29,7 +29,7 @@ while true do end for slot, item in pairs(stacks_stored) do - if not items[w.get_internal_identifier(item)] then -- if item is not in want list, send it back to storage + if not conf.items[w.get_internal_identifier(item)] then -- if item is not in want list, send it back to storage w.query_by_type("storage", { type = "insert", from_inventory = conf.chest,