|
|
@ -167,8 +167,9 @@ public class Terrain { |
|
|
|
interpolatedHeight *= this.terrain_scale; // Scale height
|
|
|
|
interpolatedHeight *= this.terrain_scale; // Scale height
|
|
|
|
|
|
|
|
|
|
|
|
return interpolatedHeight; |
|
|
|
return interpolatedHeight; |
|
|
|
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
Logger.error(this.zone.zoneName + ":" + this.zone.getObjectUUID()); |
|
|
|
Logger.error(this.zone.zoneName + ":" + this.zone.getObjectUUID() + e); |
|
|
|
return 0; |
|
|
|
return 0; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|