We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd92c8 commit 31b3acaCopy full SHA for 31b3aca
Core/src/main/java/com/plotsquared/core/plot/PlotArea.java
@@ -1455,7 +1455,7 @@ protected void setDefaultHome(BlockLoc defaultHome) {
1455
/**
1456
* Get the maximum height that changes to plot components (wall filling, air, all etc.) may operate to
1457
*/
1458
- public int getMixComponentHeight() {
+ public int getMaxComponentHeight() {
1459
return this.maxBuildHeight;
1460
}
1461
0 commit comments