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) {
|
if (this.parent == null) {
|
||||||
this.absX = this.xOffset;
|
this.absX = this.xOffset;
|
||||||
this.absY = MBServerStatics.SEA_FLOOR_ALTITUDE;
|
this.absY = MBServerStatics.SEA_FLOOR_ALTITUDE;
|
||||||
|
this.global_height = MBServerStatics.SEA_FLOOR_ALTITUDE;
|
||||||
this.absZ = this.zOffset;
|
this.absZ = this.zOffset;
|
||||||
this.seaLevel = 0;
|
this.seaLevel = 0;
|
||||||
this.setBounds();
|
this.setBounds();
|
||||||
|
|||||||
Reference in New Issue
Block a user