mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Trim GetUserInput(), closes #12
This commit is contained in:
parent
27ad98492f
commit
1fe60e7037
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ namespace ArchiSteamFarm {
|
|||
result = Console.ReadLine();
|
||||
Console.Clear(); // For security purposes
|
||||
}
|
||||
result = result.Trim(); // Get rid of all whitespace characters
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue