Add sealevel and world height for client info
This commit is contained in:
parent
f3a6a88fad
commit
30600619b2
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ public class BukkitWorld extends DynmapWorld {
|
|||
private World world;
|
||||
|
||||
public BukkitWorld(World w) {
|
||||
super(w.getName(), w.getMaxHeight());
|
||||
super(w.getName(), w.getMaxHeight(), w.getSeaLevel());
|
||||
|
||||
world = w;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue