From 31b3aca32fcbf064868905d000bb2bf640143f96 Mon Sep 17 00:00:00 2001 From: Jordan Date: Wed, 20 Dec 2023 16:04:08 +0000 Subject: [PATCH] Fix typo Co-authored-by: Hannes Greule --- Core/src/main/java/com/plotsquared/core/plot/PlotArea.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }