mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-10 17:57:37 +00:00
Changed EditSessionBlockDelegate.getHeight's return to match what Bukkit's worldheightheight methods return
This commit is contained in:
parent
98216e2762
commit
914dd647b5
@ -58,6 +58,6 @@ public class EditSessionBlockChangeDelegate implements BlockChangeDelegate {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int getHeight() {
|
public int getHeight() {
|
||||||
return editSession.getWorld().getMaxY();
|
return editSession.getWorld().getMaxY() + 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user