From 741bbee89181fb178ed8b3dfe5d47be6fb798a83 Mon Sep 17 00:00:00 2001 From: osmarks Date: Tue, 14 Aug 2018 22:22:05 +0100 Subject: [PATCH] moar typo --- IO.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IO.lua b/IO.lua index 71815cc..c7af845 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[get_internal_identifier(item)] then -- if item is not in want list, send it back to storage + if not 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,