diff --git a/src/main/java/baritone/utils/BaritoneAutoTest.java b/src/main/java/baritone/utils/BaritoneAutoTest.java index a006e8e7c..d1568024a 100644 --- a/src/main/java/baritone/utils/BaritoneAutoTest.java +++ b/src/main/java/baritone/utils/BaritoneAutoTest.java @@ -128,6 +128,7 @@ public class BaritoneAutoTest implements AbstractGameEventListener, Helper { if (GOAL.isInGoal(ctx.playerFeet())) { System.out.println("Successfully pathed to " + ctx.playerFeet() + " in " + event.getCount() + " ticks"); mc.shutdown(); + System.exit(0); } // If we have exceeded the expected number of ticks to complete the pathing