mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Misc
This commit is contained in:
parent
89a36beeae
commit
c1a1cf15b0
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ namespace ArchiSteamFarm {
|
|||
return CachedPublicInventory.Value;
|
||||
}
|
||||
|
||||
// We didn't fetch API key yet
|
||||
// We didn't fetch state yet
|
||||
await PublicInventorySemaphore.WaitAsync().ConfigureAwait(false);
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue