diff --git a/src/classes/Bot.ts b/src/classes/Bot.ts index df4f5ec4a..cf4c737cd 100644 --- a/src/classes/Bot.ts +++ b/src/classes/Bot.ts @@ -685,8 +685,6 @@ export default class Bot { if ( _listings.length === 1 && listing.intent === 0 && // We only check if the only listing exist is buy order - entry.max > 1 && - amountAvailable > 0 && amountAvailable > entry.min ) { // here we only check if the bot already have that item