diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/worlds/SinglePlotArea.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/worlds/SinglePlotArea.java index 101941391..6a8782d1a 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/worlds/SinglePlotArea.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/worlds/SinglePlotArea.java @@ -98,7 +98,7 @@ public class SinglePlotArea extends GridPlotWorld { return super.addPlotIfAbsent(plot); } - private Plot adapt(Plot p) { + protected Plot adapt(Plot p) { if (p instanceof SinglePlot) { return p; }