Implemented maxheight

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
CraftBukkit/Spigot 2011-07-20 00:03:47 +01:00
parent 2a8e727a99
commit ea3444644d

View File

@ -775,4 +775,8 @@ public class CraftWorld implements World {
public boolean getAllowMonsters() {
return world.allowMonsters;
}
public int getMaxHeight() {
return 128;
}
}