diff --git a/compacting-storage.lua b/compacting-storage.lua index 07d31da..4058bf9 100644 --- a/compacting-storage.lua +++ b/compacting-storage.lua @@ -8,8 +8,8 @@ local MAIN_TICKER = "" local REQUEST_TICKER = "" -local STORAGE_ADDRESS = "" local CRAFTING_REQUESTER = "" +local STORAGE_ADDR = "" local COMPACTING_ADDR = "" local UNPACKING_ADDR = "" local SLEEP_TIME = 30 @@ -84,7 +84,7 @@ function request_more (ticker, item_type) value = ".*:" .. item_type .. "_nugget" } } - ticker.requestFiltered(STORAGE_ADDRESS, request) + ticker.requestFiltered(STORAGE_ADDR, request) end -- logic