Merge branch 'develop' into 2422_flags_for_1.21

This commit is contained in:
tastybento 2024-07-16 17:11:18 -07:00 committed by GitHub
commit 72515170d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();