Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-24 18:10:08 +01:00
Stop messing with the PlotSquared queue system
Stops synchronized chunk loading on PlotSquared and our queue didn't really do anything better than what PlotSquared did.
Dieser Commit ist enthalten in:
Ursprung
7db61be075
Commit
8d61f84466
@ -75,10 +75,10 @@ public class PlotSquaredFeature extends FaweMaskManager {
|
|||||||
|
|
||||||
private void setupBlockQueue() throws RuntimeException {
|
private void setupBlockQueue() throws RuntimeException {
|
||||||
// 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren