Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
Config:
= Improved failsafe tab
= Renamed some failsafe features to make them sound clearer and more professional

Lower average BPS failsafe:
= Bug fixes

Webhook:
= Compacted status messages, thanks RobotHanzo!

** Since the last release **

Auto sprayonator:
= Switched to AutoBazaar
= It's based on tablist now, thanks Osama!

Config:
= Fixed rare crash occurence, thanks RobotHanzo!

BPS Tracker:
+ Added pausing during lane switch, inventory open, etc.
  • Loading branch information
onixiya1337 committed Jul 9, 2024
1 parent 6169ed3 commit bcc9eb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/jelly/farmhelperv2/hud/DebugHUD.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ protected void getLines(List<String> lines, boolean example) {
// if (LagDetector.getInstance().isLagging()) {
// lines.add(" Lagging for: " + LagDetector.getInstance().getLaggingTime());
// }
lines.add("Average BPS: " + BPSTracker.getInstance().getBPS());
if (DesyncChecker.getInstance().isToggled()) {
lines.add("Desync Checker");
lines.add(" Clicked blocks: " + DesyncChecker.getInstance().getClickedBlocks().size());
Expand Down

0 comments on commit bcc9eb4

Please sign in to comment.