diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotModificationManager.java b/Core/src/main/java/com/plotsquared/core/plot/PlotModificationManager.java index 042c2e14f..68052f02c 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotModificationManager.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotModificationManager.java @@ -333,10 +333,9 @@ public final class PlotModificationManager { ids.add(current.getId()); } this.plot.clearRatings(); - QueueCoordinator queue = null; + QueueCoordinator queue = this.plot.getArea().getQueue(); if (createSign) { this.removeSign(); - queue = this.plot.getArea().getQueue(); } PlotManager manager = this.plot.getArea().getPlotManager(); if (createRoad) {