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 cebeec0b0..20e46de7b 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java @@ -1455,7 +1455,7 @@ public abstract class PlotArea implements ComponentLike { /** * Get the maximum height that changes to plot components (wall filling, air, all etc.) may operate to */ - public int getMixComponentHeight() { + public int getMaxComponentHeight() { return this.maxBuildHeight; }