mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 19:25:12 +01:00
Fixed bug where End not being deleted.
This commit is contained in:
parent
2bef0fe57c
commit
0372d6766f
@ -67,7 +67,7 @@ public class DeleteIslandChunks {
|
||||
// Nether
|
||||
processChunk(gm, Environment.NETHER, chunkX, chunkZ).thenRun(() ->
|
||||
// End
|
||||
processChunk(gm, Environment.NETHER, chunkX, chunkZ).thenRun(() -> finish()))));
|
||||
processChunk(gm, Environment.THE_END, chunkX, chunkZ).thenRun(() -> finish()))));
|
||||
}
|
||||
}, 0L, 20L);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user