|
|
@ -170,7 +170,8 @@ public class Terrain { |
|
|
|
|
|
|
|
|
|
|
|
return interpolatedHeight; |
|
|
|
return interpolatedHeight; |
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
throw new RuntimeException(e); |
|
|
|
Logger.error(this.zone.zoneName + ":" + this.zone.getObjectUUID()); |
|
|
|
|
|
|
|
return 0; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|