Compare commits
2 commits
83f2ec6012
...
31ebbb66c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31ebbb66c0 | ||
|
|
1576d95ae1 |
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ function cycleItems (ticker, items)
|
|||
local makeRequest
|
||||
makeRequest = function (item, amt, addr)
|
||||
local limit = 64
|
||||
if addr == MELTER_ADDR then limit = 9 end
|
||||
if addr = MELTER_ADDR then limit = 9 end
|
||||
if amt < limit then return end
|
||||
local request = {
|
||||
name = item,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue