Skip to content

Commit

Permalink
🔨 fix sell listings dissappearing after auto-check for missing listings
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Nov 4, 2024
1 parent a1374f5 commit ec41b9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/classes/Bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec41b9e

Please sign in to comment.