Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Hannes Greule <[email protected]>
  • Loading branch information
dordsor21 and SirYwell authored Dec 20, 2023
1 parent 8cd92c8 commit 31b3aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/src/main/java/com/plotsquared/core/plot/PlotArea.java
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ protected void setDefaultHome(BlockLoc defaultHome) {
/**
* 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;
}

Expand Down

0 comments on commit 31b3aca

Please sign in to comment.