Skip to content

Commit 31b3aca

Browse files
dordsor21SirYwell
andauthored
Fix typo
Co-authored-by: Hannes Greule <[email protected]>
1 parent 8cd92c8 commit 31b3aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/src/main/java/com/plotsquared/core/plot/PlotArea.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ protected void setDefaultHome(BlockLoc defaultHome) {
14551455
/**
14561456
* Get the maximum height that changes to plot components (wall filling, air, all etc.) may operate to
14571457
*/
1458-
public int getMixComponentHeight() {
1458+
public int getMaxComponentHeight() {
14591459
return this.maxBuildHeight;
14601460
}
14611461

0 commit comments

Comments
 (0)