forked from MagicBane/Server
Duplicate region field removed and inlined.
This commit is contained in:
@@ -60,7 +60,7 @@ public abstract class AbstractWorldObject extends AbstractGameObject {
|
||||
protected GridObjectType gridObjectType;
|
||||
|
||||
protected float altitude = 0;
|
||||
protected Regions region;
|
||||
public Regions region;
|
||||
protected boolean movingUp = false;
|
||||
public Regions landingRegion = null;
|
||||
public Vector3fImmutable lastLoc = Vector3fImmutable.ZERO;
|
||||
@@ -608,10 +608,6 @@ public abstract class AbstractWorldObject extends AbstractGameObject {
|
||||
return gridObjectType;
|
||||
}
|
||||
|
||||
public Regions getRegion() {
|
||||
return region;
|
||||
}
|
||||
|
||||
|
||||
public boolean isMovingUp() {
|
||||
return movingUp;
|
||||
|
||||
Reference in New Issue
Block a user