mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -174,7 +174,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
if (response.TotalInventoryCount == 0) {
|
||||
// Empty inventory
|
||||
return new HashSet<Steam.Asset>(0);
|
||||
return result.Values.ToHashSet();
|
||||
}
|
||||
|
||||
if ((response.Assets == null) || (response.Assets.Count == 0) || (response.Descriptions == null) || (response.Descriptions.Count == 0)) {
|
||||
|
||||
Reference in New Issue
Block a user