This commit is contained in:
Brady
2018-09-26 16:21:53 -05:00
parent 9094c712d6
commit 1d931a4bb6
2 changed files with 3 additions and 3 deletions

View File

@@ -109,7 +109,7 @@ public enum Baritone {
PathingBehavior.INSTANCE
);
}
if (BaritoneAutoTest.ENABLE_AUTO_TEST && "true".equals(System.getenv("BARITONE_AUTO_TEST"))) {
if (BaritoneAutoTest.ENABLE_AUTO_TEST) {
registerEventListener(BaritoneAutoTest.INSTANCE);
}
this.dir = new File(Minecraft.getMinecraft().gameDir, "baritone");