forked from MagicBane/Server
class and table schema now conform to JSON
This commit is contained in:
@@ -266,7 +266,7 @@ public enum ZoneManager {
|
||||
|
||||
// Enforce min level
|
||||
|
||||
if (zone.minLvl < Integer.parseInt(ConfigManager.MB_HOTZONE_MIN_LEVEL.getValue()))
|
||||
if (zone.min_level < Integer.parseInt(ConfigManager.MB_HOTZONE_MIN_LEVEL.getValue()))
|
||||
return false;
|
||||
|
||||
if (ZoneManager.hotZone != null)
|
||||
|
||||
Reference in New Issue
Block a user