moar typo

This commit is contained in:
osmarks 2018-08-14 22:22:05 +01:00
parent c6915962f8
commit 741bbee891

2
IO.lua
View File

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