mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-18 08:45:19 +01:00
Added a bit more info on super-flat chunk regen
This commit is contained in:
parent
dedaebc2b6
commit
65b656b95c
@ -35,7 +35,7 @@ public class CleanSuperFlatListener extends AbstractFlagListener {
|
||||
return;
|
||||
}
|
||||
world.regenerateChunk(e.getChunk().getX(), e.getChunk().getZ());
|
||||
plugin.logWarning("Regenerating superflat chunk at " + (e.getChunk().getX() * 16) + "," + (e.getChunk().getZ() * 16));
|
||||
plugin.logWarning("Regenerating superflat chunk in " + world.getName() + " at blocks " + (e.getChunk().getX() * 16) + "," + (e.getChunk().getZ() * 16));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user