Skip to content

Commit 2e0df5c

Browse files
committed
Change the bot when distributing, not keeping missing games and having invalid key
1 parent 677a550 commit 2e0df5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArchiSteamFarm/Steam/Interaction/Commands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,7 @@ internal void OnNewLicenseList() {
27112711
// Next key
27122712
key = keysEnumerator.MoveNext() ? keysEnumerator.Current : null;
27132713

2714-
if (purchaseResultDetail == EPurchaseResultDetail.NoDetail) {
2714+
if (purchaseResultDetail == EPurchaseResultDetail.NoDetail || (distribute && !keepMissingGames)) {
27152715
// Next bot (if needed)
27162716
break;
27172717
}

0 commit comments

Comments
 (0)