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