Core/Misc: Misc cleanups and changing of fields
This commit is contained in:
@@ -310,7 +310,7 @@ public class RealmManager : Singleton<RealmManager>
|
||||
return BattlenetRpcErrorCode.UtilServerUnknownRealm;
|
||||
}
|
||||
|
||||
public List<Realm> GetRealms() { return _realms.Values.ToList(); }
|
||||
public ICollection<Realm> GetRealms() { return _realms.Values; }
|
||||
List<string> GetSubRegions() { return _subRegions; }
|
||||
|
||||
ConcurrentDictionary<RealmHandle, Realm> _realms = new ConcurrentDictionary<RealmHandle, Realm>();
|
||||
|
||||
Reference in New Issue
Block a user