forked from MagicBane/Server
Visibility promotion for a data class
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user