Skip to content

Commit

Permalink
AutoBazaar (Visitors Macro):
Browse files Browse the repository at this point in the history
 = Buying hotfix
  • Loading branch information
May2Beez committed Mar 29, 2024
1 parent fe5edf2 commit 06dd972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ baseGroup=com.jelly.farmhelperv2
mcVersion=1.8.9
modid=farmhelperv2
modName=FarmHelper
version=2.5.10
version=2.5.11
shouldRelease=true
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ private void handleBuyFromBz() {

int instaBuySlot = (this.buyNowButtonSlot == -1) ? InventoryUtils.getSlotIdOfItemInContainer("Custom Amount") : this.buyNowButtonSlot;
if (instaBuySlot == -1) {
this.disable("Could not find slot to click to buy.");
System.out.println("Could not find slot to click to buy. Waiting");
return;
}

Expand Down

0 comments on commit 06dd972

Please sign in to comment.