mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-12-04 19:03:14 +01:00
Fix typo
Co-authored-by: Hannes Greule <SirYwell@users.noreply.github.com>
This commit is contained in:
parent
8cd92c8ffa
commit
31b3aca32f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user