Skip to content

Commit

Permalink
Fix infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Feb 9, 2016
1 parent 6a172ce commit 856351a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArchiSteamFarm/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ internal async Task<string> ResponseRedeem(string message, bool validate) {
}

if (validate && !IsValidCdKey(key)) {
key = reader.ReadLine();
continue;
}

Expand Down

0 comments on commit 856351a

Please sign in to comment.