This commit is contained in:
Archi
2023-01-24 23:00:27 +01:00
parent df4f8d1e62
commit 39a4fd1168

View File

@@ -667,7 +667,7 @@ internal sealed class RemoteCommunication : IAsyncDisposable, IDisposable {
if (matchActivelyTradeOfferIDsToken != null) {
try {
matchActivelyTradeOfferIDs = matchActivelyTradeOfferIDsToken.Values<ulong>().ToHashSet();
matchActivelyTradeOfferIDs = matchActivelyTradeOfferIDsToken.ToObject<HashSet<ulong>>();
} catch (Exception e) {
Bot.ArchiLogger.LogGenericWarningException(e);
}