mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 02:35:21 +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)
|
||||
public void onChunkLoad(ChunkLoadEvent e) {
|
||||
if (!ready || !e.getChunk().isGenerated()) {
|
||||
if (!ready) {
|
||||
return;
|
||||
}
|
||||
World world = e.getWorld();
|
||||
|
Loading…
Reference in New Issue
Block a user