mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Cache nmsWorld during queue initialization
This commit is contained in:
parent
889efdcc45
commit
d4fd374caa
@ -105,6 +105,7 @@ public class BukkitQueue_1_10 extends BukkitQueue_0<Chunk, ChunkSection[], Chunk
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
getImpWorld();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -83,6 +83,7 @@ public class BukkitQueue17 extends BukkitQueue_0<Chunk, ChunkSection[], ChunkSec
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
getImpWorld();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -81,6 +81,7 @@ public class BukkitQueue18R3 extends BukkitQueue_0<Chunk, ChunkSection[], ChunkS
|
||||
} catch (Throwable e) {}
|
||||
}
|
||||
super.setupAdapter(adapter);
|
||||
getImpWorld();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -93,6 +93,7 @@ public class BukkitQueue_1_9_R1 extends BukkitQueue_0<Chunk, ChunkSection[], Chu
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
getImpWorld();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user