hey so what if we didnt do that
This commit is contained in:
parent
ee83471bf6
commit
aaaf0f8839
@ -70,8 +70,6 @@ public final class CachedWorld implements ICachedWorld, Helper {
|
|||||||
this.directory = directory.toString();
|
this.directory = directory.toString();
|
||||||
this.dimension = dimension;
|
this.dimension = dimension;
|
||||||
System.out.println("Cached world directory: " + directory);
|
System.out.println("Cached world directory: " + directory);
|
||||||
// Insert an invalid region element
|
|
||||||
cachedRegions.put(0, null);
|
|
||||||
Baritone.getExecutor().execute(new PackerThread());
|
Baritone.getExecutor().execute(new PackerThread());
|
||||||
Baritone.getExecutor().execute(() -> {
|
Baritone.getExecutor().execute(() -> {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user