From ce406e404b73f46abf43fb1af39a1266a3616a43 Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Wed, 1 Jul 2020 19:46:43 +0100 Subject: [PATCH] We shouldn't be setting REGENERATIVE_CLEAR to false --- .../fawe/bukkit/regions/plotsquared/PlotSquaredFeature.java | 4 ++-- .../fawe/bukkit/regions/plotsquaredv4/PlotSquaredFeature.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/worldedit-bukkit/src/main/java/com/boydti/fawe/bukkit/regions/plotsquared/PlotSquaredFeature.java b/worldedit-bukkit/src/main/java/com/boydti/fawe/bukkit/regions/plotsquared/PlotSquaredFeature.java index db58aa9a5..02242021e 100644 --- a/worldedit-bukkit/src/main/java/com/boydti/fawe/bukkit/regions/plotsquared/PlotSquaredFeature.java +++ b/worldedit-bukkit/src/main/java/com/boydti/fawe/bukkit/regions/plotsquared/PlotSquaredFeature.java @@ -76,9 +76,9 @@ public class PlotSquaredFeature extends FaweMaskManager { // If it's going to fail, throw an error now rather than later //QueueProvider provider = QueueProvider.of(FaweLocalBlockQueue.class, null); //GlobalBlockQueue.IMP.setProvider(provider); - HybridPlotManager.REGENERATIVE_CLEAR = false; + //HybridPlotManager.REGENERATIVE_CLEAR = false; //log.debug(" - QueueProvider: " + FaweLocalBlockQueue.class); - log.debug(" - HybridPlotManager.REGENERATIVE_CLEAR: " + HybridPlotManager.REGENERATIVE_CLEAR); + //log.debug(" - HybridPlotManager.REGENERATIVE_CLEAR: " + HybridPlotManager.REGENERATIVE_CLEAR); } private void setupRegionManager() throws RuntimeException { diff --git a/worldedit-bukkit/src/main/java/com/boydti/fawe/bukkit/regions/plotsquaredv4/PlotSquaredFeature.java b/worldedit-bukkit/src/main/java/com/boydti/fawe/bukkit/regions/plotsquaredv4/PlotSquaredFeature.java index 5ba0d0dad..d1df6b58d 100644 --- a/worldedit-bukkit/src/main/java/com/boydti/fawe/bukkit/regions/plotsquaredv4/PlotSquaredFeature.java +++ b/worldedit-bukkit/src/main/java/com/boydti/fawe/bukkit/regions/plotsquaredv4/PlotSquaredFeature.java @@ -77,9 +77,9 @@ public class PlotSquaredFeature extends FaweMaskManager { // If it's going to fail, throw an error now rather than later //QueueProvider provider = QueueProvider.of(FaweLocalBlockQueue.class, null); //GlobalBlockQueue.IMP.setProvider(provider); - HybridPlotManager.REGENERATIVE_CLEAR = false; + //HybridPlotManager.REGENERATIVE_CLEAR = false; //log.debug(" - QueueProvider: " + FaweLocalBlockQueue.class); - log.debug(" - HybridPlotManager.REGENERATIVE_CLEAR: " + HybridPlotManager.REGENERATIVE_CLEAR); + //log.debug(" - HybridPlotManager.REGENERATIVE_CLEAR: " + HybridPlotManager.REGENERATIVE_CLEAR); } private void setupChunkManager() throws RuntimeException {