Add sealevel and world height for client info
This commit is contained in:
parent
35cf3ed8fa
commit
cac8527d76
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