Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle.properties
  • Loading branch information
May2Beez committed Apr 29, 2024
2 parents f43af57 + 7985c57 commit 77895bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ private void handleBuyFromBz() {
System.out.println("Max spend limit: " + this.maxSpendLimit);
foundPrice = true;
if (this.maxSpendLimit > 0 && amount > this.maxSpendLimit) {
LogUtils.sendError("[Auto Bazaar] Declining to buy due to exceeding the price limit. Item price: " + amount + ", limit: " + this.maxSpendLimit);
log("Attempting to spend more than allowed. Price: " + amount + ", limit: " + this.maxSpendLimit);
log("Disabling.");
this.wasManipulated = true;
Expand Down

0 comments on commit 77895bf

Please sign in to comment.