diff --git a/oregen-manager.lua b/oregen-manager.lua index 61bd20c..7c191a7 100644 --- a/oregen-manager.lua +++ b/oregen-manager.lua @@ -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,