We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677a550 commit 2e0df5cCopy full SHA for 2e0df5c
ArchiSteamFarm/Steam/Interaction/Commands.cs
@@ -2711,7 +2711,7 @@ internal void OnNewLicenseList() {
2711
// Next key
2712
key = keysEnumerator.MoveNext() ? keysEnumerator.Current : null;
2713
2714
- if (purchaseResultDetail == EPurchaseResultDetail.NoDetail) {
+ if (purchaseResultDetail == EPurchaseResultDetail.NoDetail || (distribute && !keepMissingGames)) {
2715
// Next bot (if needed)
2716
break;
2717
}
0 commit comments