|
|
|
@ -237,7 +237,12 @@ public class Zone extends AbstractGameObject {
@@ -237,7 +237,12 @@ public class Zone extends AbstractGameObject {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.setBounds(); |
|
|
|
|
this.worldAltitude = ZoneManager.caclulateWorldAltitude(this); |
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
this.worldAltitude = ZoneManager.caclulateWorldAltitude(this); |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
throw new RuntimeException(e); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
setSeaLevel(); |
|
|
|
|
} |
|
|
|
|