accidental duplicate
This commit is contained in:
@@ -74,12 +74,6 @@ public enum Baritone {
|
|||||||
registerBehavior(Map.INSTANCE);
|
registerBehavior(Map.INSTANCE);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.dir = new File(Minecraft.getMinecraft().gameDir, "baritone");
|
|
||||||
if (!Files.exists(dir.toPath())) {
|
|
||||||
try {
|
|
||||||
Files.createDirectories(dir.toPath());
|
|
||||||
} catch (IOException ignored) {}
|
|
||||||
}
|
|
||||||
this.dir = new File(Minecraft.getMinecraft().gameDir, "baritone");
|
this.dir = new File(Minecraft.getMinecraft().gameDir, "baritone");
|
||||||
if (!Files.exists(dir.toPath())) {
|
if (!Files.exists(dir.toPath())) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user