mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Misc
This commit is contained in:
@@ -1723,7 +1723,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
Regex regex = new Regex(@"[^\u0000-\u007F]+", RegexOptions.CultureInvariant | RegexOptions.IgnoreCase);
|
||||
|
||||
string username = regex.Replace(BotConfig.SteamLogin, "").Trim();
|
||||
string username = regex.Replace(BotConfig.SteamLogin, "").Replace(" ", "");
|
||||
|
||||
string password = BotConfig.SteamPassword;
|
||||
if (!string.IsNullOrEmpty(password)) {
|
||||
|
||||
Reference in New Issue
Block a user