Skip to content

Commit

Permalink
AutoBazaar (Visitors Macro):
Browse files Browse the repository at this point in the history
 = xiftoh gniyuB
  • Loading branch information
May2Beez committed Mar 31, 2024
1 parent 36b9fec commit 58177d3
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.13
version=2.5.14
shouldRelease=true
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ private void handleBuyFromBz() {
case CLICK_BUY:
if (!this.hasTimerEnded()) return;

Slot slot = InventoryUtils.getSlotOfItemInContainer("Custom Amount");
Slot slot = InventoryUtils.getSlotOfIdInContainer(buyNowButtonSlot);
if (slot == null || !slot.getHasStack()) {
System.out.println("Slot is null");
return;
Expand Down

0 comments on commit 58177d3

Please sign in to comment.