shutdownminecraftapplet

This commit is contained in:
Leijurv
2019-03-22 21:04:35 -07:00
parent 0deb854e1b
commit e5fbaf60f3

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();
mc.shutdownMinecraftApplet();
System.exit(0);
}