maybe proper exit code

This commit is contained in:
Leijurv
2019-03-15 16:49:36 -07:00
parent 315929f31c
commit 42afd2dd54

View File

@@ -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