property conforms to JSON

This commit is contained in:
2023-10-12 06:19:22 -04:00
parent 9e96add299
commit 1b2c218e83
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ public enum ZoneManager {
}
}
public static float caclulateWorldAltitude(Zone zone) {
public static float calculateGlobalZoneHeight(Zone zone) {
float worldAlttitude = MBServerStatics.SEA_FLOOR_ALTITUDE;