Assignment removed for now

This commit is contained in:
2023-10-11 10:53:58 -04:00
parent 68c8d91871
commit 3684296959
+2 -1
View File
@@ -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;
} }
} }