mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Fix infinite loop
This commit is contained in:
@@ -603,6 +603,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
if (validate && !IsValidCdKey(key)) {
|
||||
key = reader.ReadLine();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user