Skip to content

Commit

Permalink
Update name and visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MineGame159 authored Oct 18, 2023
1 parent d9eb474 commit 7e30d5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public BaritonePathManager() {
settings = new Settings();

// Baritone pathing control
BaritoneAPI.getProvider().getPrimaryBaritone().getPathingControlManager().registerProcess(new MeteorBaritoneProcess());
BaritoneAPI.getProvider().getPrimaryBaritone().getPathingControlManager().registerProcess(new BaritoneProcess());
}

@Override
Expand Down Expand Up @@ -257,7 +257,7 @@ public int getZ() {
}
}

public class MeteorBaritoneProcess implements IBaritoneProcess {
private class BaritoneProcess implements IBaritoneProcess {
@Override
public boolean isActive() {
return pathingPaused;
Expand Down

0 comments on commit 7e30d5e

Please sign in to comment.