diff --git a/biofuel-manager.lua b/biofuel-manager.lua index 1b90311..34aa9dd 100644 --- a/biofuel-manager.lua +++ b/biofuel-manager.lua @@ -21,6 +21,7 @@ local BIOFUEL_PKG = "Biofuel" local order = { oil = function (amt, ticker) local orderCount = math.floor(amt / 100) + if orderCount < 1 then return end local request = { tags = { ["c:seeds"] = true,