Debug code added

This commit is contained in:
2023-10-11 10:42:04 -04:00
parent 68aef50283
commit 7655b67338
+2 -1
View File
@@ -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;
} }
} }