Skip to content

Commit

Permalink
Cactus Macro:
Browse files Browse the repository at this point in the history
 = Fixed bps issue and choosing side to farm

PDOTT:
 + Customizable time to start

Hotfix
  • Loading branch information
May2Beez committed May 4, 2024
1 parent 0fd4496 commit 8b01097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public void onTablistUpdate(UpdateTablistEvent event) {
break;
}
}
if (foundLocation) break;
if (foundLocation) continue;
}
}
if (!hasGuestsOnTabList) {
Expand Down

0 comments on commit 8b01097

Please sign in to comment.