forked from MagicBane/Server
Visibility promotion for a data class
This commit is contained in:
@@ -91,11 +91,11 @@ public class ZoneInfoCmd extends AbstractDevCmd {
|
||||
output += newline;
|
||||
|
||||
if (zone.getHeightMap() != null) {
|
||||
output += "HeightMap ID: " + zone.getHeightMap().getHeightMapID();
|
||||
output += "HeightMap ID: " + zone.getHeightMap().heightMapID;
|
||||
output += newline;
|
||||
output += "Bucket Width X : " + zone.getHeightMap().getBucketWidthX();
|
||||
output += "Bucket Width X : " + zone.getHeightMap().bucketWidthX;
|
||||
output += newline;
|
||||
output += "Bucket Width Y : " + zone.getHeightMap().getBucketWidthY();
|
||||
output += "Bucket Width Y : " + zone.getHeightMap().bucketWidthY;
|
||||
|
||||
}
|
||||
output += "radius: x: " + zone.getBounds().getHalfExtents().x + ", z: " + zone.getBounds().getHalfExtents().y;
|
||||
|
||||
Reference in New Issue
Block a user