Prepare for terrain

This commit is contained in:
2023-10-08 09:04:15 -04:00
parent 6b339da061
commit 5fdaa11367
3 changed files with 47 additions and 51 deletions
+1 -1
View File
@@ -468,7 +468,7 @@ public class WorldServer {
for (Zone zone : ZoneManager.getAllZones()) {
if (zone.getHeightMap() != null) {
if (zone.getHeightMap().bucketWidthX == 0) {
if (zone.getHeightMap().cell_size_x == 0) {
System.out.println("Zone load num: " + zone.template + " has no bucket width");
}
}