mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Enhance fallback for lack of verification
This commit is contained in:
@@ -2427,7 +2427,7 @@ namespace ArchiSteamFarm {
|
||||
if (BotConfig.SteamParentalCode != steamParentalCode) {
|
||||
SetUserInput(ASF.EUserInputType.SteamParentalCode, steamParentalCode);
|
||||
}
|
||||
} else {
|
||||
} else if (string.IsNullOrEmpty(BotConfig.SteamParentalCode) || (BotConfig.SteamParentalCode.Length != BotConfig.SteamParentalCodeLength)) {
|
||||
steamParentalCode = await Logging.GetUserInput(ASF.EUserInputType.SteamParentalCode, BotName).ConfigureAwait(false);
|
||||
|
||||
if (string.IsNullOrEmpty(steamParentalCode) || (steamParentalCode.Length != BotConfig.SteamParentalCodeLength)) {
|
||||
|
||||
Reference in New Issue
Block a user