diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java index 20e46de7b..aeeb1ab02 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java @@ -1454,6 +1454,8 @@ public abstract class PlotArea implements ComponentLike { /** * Get the maximum height that changes to plot components (wall filling, air, all etc.) may operate to + * + * @since TODO */ public int getMaxComponentHeight() { return this.maxBuildHeight; @@ -1461,6 +1463,8 @@ public abstract class PlotArea implements ComponentLike { /** * Get the minimum height that changes to plot components (wall filling, air, all etc.) may operate to + * + * @since TODO */ public int getMinComponentHeight() { return this.minBuildHeight;