This commit is contained in:
JustArchi 2017-02-08 14:36:10 +01:00
parent 89a36beeae
commit c1a1cf15b0

View file

@ -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 {