mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +00:00
We shouldn't be setting REGENERATIVE_CLEAR to false
This commit is contained in:
parent
3e40f82d9a
commit
ce406e404b
@ -76,9 +76,9 @@ public class PlotSquaredFeature extends FaweMaskManager {
|
|||||||
// If it's going to fail, throw an error now rather than later
|
// If it's going to fail, throw an error now rather than later
|
||||||
//QueueProvider provider = QueueProvider.of(FaweLocalBlockQueue.class, null);
|
//QueueProvider provider = QueueProvider.of(FaweLocalBlockQueue.class, null);
|
||||||
//GlobalBlockQueue.IMP.setProvider(provider);
|
//GlobalBlockQueue.IMP.setProvider(provider);
|
||||||
HybridPlotManager.REGENERATIVE_CLEAR = false;
|
//HybridPlotManager.REGENERATIVE_CLEAR = false;
|
||||||
//log.debug(" - QueueProvider: " + FaweLocalBlockQueue.class);
|
//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 {
|
private void setupRegionManager() throws RuntimeException {
|
||||||
|
@ -77,9 +77,9 @@ public class PlotSquaredFeature extends FaweMaskManager {
|
|||||||
// If it's going to fail, throw an error now rather than later
|
// If it's going to fail, throw an error now rather than later
|
||||||
//QueueProvider provider = QueueProvider.of(FaweLocalBlockQueue.class, null);
|
//QueueProvider provider = QueueProvider.of(FaweLocalBlockQueue.class, null);
|
||||||
//GlobalBlockQueue.IMP.setProvider(provider);
|
//GlobalBlockQueue.IMP.setProvider(provider);
|
||||||
HybridPlotManager.REGENERATIVE_CLEAR = false;
|
//HybridPlotManager.REGENERATIVE_CLEAR = false;
|
||||||
//log.debug(" - QueueProvider: " + FaweLocalBlockQueue.class);
|
//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 {
|
private void setupChunkManager() throws RuntimeException {
|
||||||
|
Loading…
Reference in New Issue
Block a user