Ruins or SDR driven by config.
This commit is contained in:
@@ -144,6 +144,10 @@ public enum ZoneManager {
|
||||
return ZoneManager.zonesByID.get(zoneID);
|
||||
}
|
||||
|
||||
public static Zone getZoneByName(final String zoneName) {
|
||||
return ZoneManager.zonesByName.get(zoneName);
|
||||
}
|
||||
|
||||
public static final Collection<Zone> getAllZones() {
|
||||
return ZoneManager.zonesByUUID.values();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user