mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
#195 fixes
This commit is contained in:
@@ -329,10 +329,10 @@ namespace ArchiSteamFarm {
|
||||
break;
|
||||
}
|
||||
result = Console.ReadLine();
|
||||
if (!Console.IsOutputRedirected) {
|
||||
Console.Clear(); // For security purposes
|
||||
}
|
||||
ConsoleIsBusy = false;
|
||||
if (!Console.IsOutputRedirected) {
|
||||
Console.Clear(); // For security purposes
|
||||
}
|
||||
ConsoleIsBusy = false;
|
||||
}
|
||||
|
||||
return string.IsNullOrEmpty(result) ? null : result.Trim();
|
||||
|
||||
Reference in New Issue
Block a user