mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-07-26 23:44:48 +00:00
optional debugclear/fastclear for classic plot worlds
This commit is contained in:
parent
20d64508a5
commit
10ad9261b1
3 changed files with 4 additions and 1 deletions
|
@ -527,7 +527,7 @@ public class MainUtil {
|
|||
final Location location = MainUtil.getPlotHomeDefault(plot);
|
||||
final PlotWorld plotworld = PlotSquared.getPlotWorld(world);
|
||||
runners.put(plot, 1);
|
||||
if (plotworld.TERRAIN != 0) {
|
||||
if (plotworld.TERRAIN != 0 || Settings.FAST_CLEAR) {
|
||||
final Location pos2 = MainUtil.getPlotTopLoc(world, plot.id);
|
||||
ChunkManager.manager.regenerateRegion(pos1, pos2, new Runnable() {
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue