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 4ba41a9c1..bac093ca4 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotModificationManager.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotModificationManager.java @@ -361,11 +361,13 @@ public final class PlotModificationManager { current.getPlotModificationManager().setSign(PlayerManager.getName(current.getOwnerAbs())); } })); - queue.enqueue(); } if (createRoad) { manager.finishPlotUnlink(ids, queue); } + if (queue != null) { + queue.enqueue(); + } return true; }