mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-27 10:01:37 +01:00
Add sealevel and world height for client info
This commit is contained in:
parent
35cf3ed8fa
commit
cac8527d76
@ -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…
Reference in New Issue
Block a user