class and table schema now conform to JSON

This commit is contained in:
2023-09-20 16:07:50 -04:00
parent 34d450fecf
commit bd97745ed1
2 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -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)