Change the bot when distributing, not keeping missing games and having invalid key

This commit is contained in:
Łukasz Domeradzki
2025-11-09 22:53:47 +01:00
parent 677a5503e2
commit 2e0df5c82b

View File

@@ -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;
}