Skip to content

Commit bcc9eb4

Browse files
committed
Bug fixes
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.
1 parent 6169ed3 commit bcc9eb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/jelly/farmhelperv2/hud/DebugHUD.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ protected void getLines(List<String> lines, boolean example) {
8989
// if (LagDetector.getInstance().isLagging()) {
9090
// lines.add(" Lagging for: " + LagDetector.getInstance().getLaggingTime());
9191
// }
92-
lines.add("Average BPS: " + BPSTracker.getInstance().getBPS());
9392
if (DesyncChecker.getInstance().isToggled()) {
9493
lines.add("Desync Checker");
9594
lines.add(" Clicked blocks: " + DesyncChecker.getInstance().getClickedBlocks().size());

0 commit comments

Comments
 (0)