Updated CraftBukkit to 1.2
This commit is contained in:
@@ -939,11 +939,11 @@ public class CraftWorld implements World {
|
||||
}
|
||||
|
||||
public int getMaxHeight() {
|
||||
return world.height;
|
||||
return world.getHeight();
|
||||
}
|
||||
|
||||
public int getSeaLevel() {
|
||||
return world.seaLevel;
|
||||
return 64;
|
||||
}
|
||||
|
||||
public boolean getKeepSpawnInMemory() {
|
||||
|
||||
Reference in New Issue
Block a user