This commit is contained in:
JustArchi
2016-11-29 13:08:59 +01:00
parent bcddffc2f2
commit fb87ed8abc

View File

@@ -114,7 +114,7 @@ namespace ArchiSteamFarm {
}
}
internal bool ReplaceIfNeededWith(HashSet<T> items) {
internal bool ReplaceIfNeededWith(ICollection<T> items) {
Lock.EnterUpgradeableReadLock();
try {