From 82d0586d9d927ec2ffbeb0ca978642231bd00bf9 Mon Sep 17 00:00:00 2001 From: Spagles <106791090+Spagles@users.noreply.github.com> Date: Tue, 21 Jul 2026 19:31:39 +0000 Subject: [PATCH] fix typo in PathingBehavior. --- src/main/java/baritone/behavior/PathingBehavior.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/baritone/behavior/PathingBehavior.java b/src/main/java/baritone/behavior/PathingBehavior.java index d8df466812..71fc24f690 100644 --- a/src/main/java/baritone/behavior/PathingBehavior.java +++ b/src/main/java/baritone/behavior/PathingBehavior.java @@ -536,7 +536,7 @@ private void findPathInNewThread(final BlockPos start, final boolean talkAboutIt } else { //throw new IllegalStateException("I have no idea what to do with this path"); // no point in throwing an exception here, and it gets it stuck with inProgress being not null - logDirect("Warning: PathingBehaivor illegal state! Discarding invalid path!"); + logDirect("Warning: PathingBehavior illegal state! Discarding invalid path!"); } } if (talkAboutIt && current != null && current.getPath() != null) {