forked from MagicBane/Server
Platform revert
This commit is contained in:
@@ -106,11 +106,6 @@ public class Terrain {
|
||||
float interpolatedChildHeight = terrainZone.terrain.getInterpolatedTerrainHeight(terrainLoc);
|
||||
interpolatedChildHeight += terrainZone.worldAltitude;
|
||||
|
||||
// Player cities have platform
|
||||
|
||||
if (terrainZone.guild_zone)
|
||||
interpolatedChildHeight += 5;
|
||||
|
||||
// Interpolate height for this position in parent
|
||||
|
||||
float interpolatedParentTerrainHeight = parentZone.terrain.getInterpolatedTerrainHeight(parentLoc);
|
||||
|
||||
Reference in New Issue
Block a user