mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 10:45:22 +01:00
Merge branch 'develop' into 2422_flags_for_1.21
This commit is contained in:
commit
72515170d4
@ -39,7 +39,7 @@ public class SeedWorldMakerListener implements Listener {
|
|||||||
|
|
||||||
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
|
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
|
||||||
public void onChunkLoad(ChunkLoadEvent e) {
|
public void onChunkLoad(ChunkLoadEvent e) {
|
||||||
if (!ready || !e.getChunk().isGenerated()) {
|
if (!ready) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
World world = e.getWorld();
|
World world = e.getWorld();
|
||||||
|
Loading…
Reference in New Issue
Block a user