mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 20:36:42 +00:00
Added support for non-128 worldheights
This commit is contained in:
@ -357,7 +357,7 @@ public abstract class LocalWorld {
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public int getHeight() {
|
||||
public int getMaxY() {
|
||||
return 127;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user