lol
This commit is contained in:
parent
355443e440
commit
fad5a6deac
@ -89,7 +89,7 @@ public class WorldProvider implements IWorldProvider, Helper {
|
||||
} catch (IOException ignored) {}
|
||||
}
|
||||
System.out.println("Baritone world data dir: " + dir);
|
||||
this.currentWorld = this.worldCache.computeIfAbsent(dir, d -> new WorldData(d, dimensionID));
|
||||
this.currentWorld = worldCache.computeIfAbsent(dir, d -> new WorldData(d, dimensionID));
|
||||
}
|
||||
|
||||
public final void closeWorld() {
|
||||
|
Loading…
Reference in New Issue
Block a user