consistency
This commit is contained in:
parent
973d8232b1
commit
ed608a5565
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class Baritone extends Feature {
|
||||||
public void onTick() {
|
public void onTick() {
|
||||||
IBaritoneProcess baritoneProcess = BaritoneManager.getBaritone().getPathingControlManager().mostRecentInControl().orElse(null);
|
IBaritoneProcess baritoneProcess = BaritoneManager.getBaritone().getPathingControlManager().mostRecentInControl().orElse(null);
|
||||||
|
|
||||||
text = "Baritone §7[" + (baritoneProcess == null ? "INACTIVE" : baritoneProcess.displayName()) + "]";
|
text = "Baritone §7[" + (baritoneProcess == null ? "IDLE" : baritoneProcess.displayName()) + "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue