mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -118,11 +118,11 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
lock (GamesToRedeemInBackground) {
|
||||
if (!GamesToRedeemInBackground.Contains(key)) {
|
||||
if (GamesToRedeemInBackground.Contains(key)) {
|
||||
return;
|
||||
}
|
||||
|
||||
GamesToRedeemInBackground.Remove(key);
|
||||
GamesToRedeemInBackground.Add(key, game);
|
||||
}
|
||||
|
||||
await Save().ConfigureAwait(false);
|
||||
|
||||
Reference in New Issue
Block a user