mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-14 17:07:35 +00:00
Misc
This commit is contained in:
parent
c3759cbe9c
commit
3414523b63
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue