diff --git a/plugins/lua/stockflow.lua b/plugins/lua/stockflow.lua index 1590bf4c4..394d3f1b5 100644 --- a/plugins/lua/stockflow.lua +++ b/plugins/lua/stockflow.lua @@ -1087,12 +1087,6 @@ function order_quantity(order, quantity) end end - if amount > 30 then - -- Respect the quantity limit. - -- With this many in the queue, we can wait for the next cycle. - return 30 - end - return amount end