optional debugclear/fastclear for classic plot worlds

This commit is contained in:
boy0001 2015-03-17 19:32:21 +11:00
parent 20d64508a5
commit 10ad9261b1
3 changed files with 4 additions and 1 deletions

View file

@ -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