Completed partial refactor.
This commit is contained in:
@@ -90,14 +90,11 @@ public class ZoneInfoCmd extends AbstractDevCmd {
|
||||
output += "radius: x: " + zone.bounds.getHalfExtents().x + ", z: " + zone.bounds.getHalfExtents().y;
|
||||
output += newline;
|
||||
|
||||
if (zone.getHeightMap() != null) {
|
||||
output += "HeightMap ID: " + zone.getHeightMap().heightMapID;
|
||||
if (zone.terrain != null) {
|
||||
output += "Terrain image: " + zone.terrain_image;
|
||||
output += newline;
|
||||
output += "Bucket Width X : " + zone.getHeightMap().cell_size_x;
|
||||
output += newline;
|
||||
output += "Bucket Width Y : " + zone.getHeightMap().cell_size_y;
|
||||
|
||||
}
|
||||
|
||||
output += "radius: x: " + zone.bounds.getHalfExtents().x + ", z: " + zone.bounds.getHalfExtents().y;
|
||||
output += newline;
|
||||
// output += "minLvl = " + zone.getMinLvl() + " | maxLvl = " + zone.getMaxLvl();
|
||||
|
||||
Reference in New Issue
Block a user