chore: align variable names
Changes STORAGE_ADDRESS to STORAGE_ADDR to match the other addresses.
This commit is contained in:
parent
fa433f3c62
commit
2e424a2cda
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue