mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Use more correct equality code
This commit is contained in:
@@ -100,7 +100,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
// Check if those are all that we were expected to confirm
|
||||
if (handledTradeOfferIDs.SetEquals(acceptedTradeOfferIDs)) {
|
||||
if (acceptedTradeOfferIDs.All(handledTradeOfferIDs.Contains)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user