WorldAltitude for seafloor set

This commit is contained in:
2023-10-09 04:32:57 -04:00
parent cd1de763e3
commit 07f736b8e6
+1 -1
View File
@@ -458,7 +458,7 @@ public enum ZoneManager {
// Seafloor // Seafloor
if (zone.parent == null) if (ZoneManager.seaFloor.equals(zone))
return worldAlttitude; return worldAlttitude;
// Children of seafloor // Children of seafloor