forked from MagicBane/Server
Assignment removed for now
This commit is contained in:
@@ -167,8 +167,9 @@ public class Terrain {
|
||||
interpolatedHeight *= this.terrain_scale; // Scale height
|
||||
|
||||
return interpolatedHeight;
|
||||
|
||||
} catch (Exception e) {
|
||||
Logger.error(this.zone.zoneName + ":" + this.zone.getObjectUUID());
|
||||
Logger.error(this.zone.zoneName + ":" + this.zone.getObjectUUID() + e);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user