Player cities write correct offset.

This commit is contained in:
2023-09-13 07:29:29 -04:00
parent fa4039cf63
commit a1753a28ec
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -476,6 +476,7 @@ public enum ZoneManager {
worldAlttitude = HeightMap.getWorldHeight(parentZone, zone.getLoc());
// Add zone offset to value
worldAlttitude += zone.getYCoord();
return worldAlttitude;