forked from MagicBane/Server
Start refactor to use templates
This commit is contained in:
@@ -431,6 +431,6 @@ public enum ZoneManager {
|
||||
float localAltitude = Terrain.getWorldHeight(currentLoc);
|
||||
Zone zone = findSmallestZone(currentLoc);
|
||||
|
||||
return localAltitude < zone.seaLevel;
|
||||
return localAltitude < zone.sea_level;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user