forked from MagicBane/Server
Height for seafloor
This commit is contained in:
@@ -214,6 +214,7 @@ public class Zone extends AbstractGameObject {
|
||||
if (this.parent == null) {
|
||||
this.absX = this.xOffset;
|
||||
this.absY = MBServerStatics.SEA_FLOOR_ALTITUDE;
|
||||
this.global_height = MBServerStatics.SEA_FLOOR_ALTITUDE;
|
||||
this.absZ = this.zOffset;
|
||||
this.seaLevel = 0;
|
||||
this.setBounds();
|
||||
|
||||
Reference in New Issue
Block a user