mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -2191,10 +2191,9 @@ namespace ArchiSteamFarm {
|
||||
while (!string.IsNullOrEmpty(key) && (currentBot != null)) {
|
||||
if (previousKey != key) {
|
||||
triedBots.Clear();
|
||||
previousKey = key;
|
||||
}
|
||||
|
||||
previousKey = key;
|
||||
|
||||
if (redeemFlags.HasFlag(ERedeemFlags.Validate) && !Utilities.IsValidCdKey(key)) {
|
||||
// Next key
|
||||
key = keysEnumerator.MoveNext() ? keysEnumerator.Current : null;
|
||||
|
||||
Reference in New Issue
Block a user