Visibility promotion for a data class

This commit is contained in:
2023-09-17 12:53:56 -04:00
parent 83be09d643
commit 3fb08ca2c3
5 changed files with 17 additions and 37 deletions
+1 -1
View File
@@ -468,7 +468,7 @@ public class WorldServer {
for (Zone zone : ZoneManager.getAllZones()) {
if (zone.getHeightMap() != null) {
if (zone.getHeightMap().getBucketWidthX() == 0) {
if (zone.getHeightMap().bucketWidthX == 0) {
System.out.println("Zone load num: " + zone.getLoadNum() + " has no bucket width");
}
}