mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Change the bot when distributing, not keeping missing games and having invalid key
This commit is contained in:
@@ -2711,7 +2711,7 @@ public sealed class Commands {
|
||||
// Next key
|
||||
key = keysEnumerator.MoveNext() ? keysEnumerator.Current : null;
|
||||
|
||||
if (purchaseResultDetail == EPurchaseResultDetail.NoDetail) {
|
||||
if (purchaseResultDetail == EPurchaseResultDetail.NoDetail || (distribute && !keepMissingGames)) {
|
||||
// Next bot (if needed)
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user