Browse Source

Assignment removed for now

magicbox-1.5.2
MagicBot 1 year ago
parent
commit
3684296959
  1. 3
      src/engine/InterestManagement/Terrain.java

3
src/engine/InterestManagement/Terrain.java

@ -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;
} }
} }

Loading…
Cancel
Save