diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index 436023191..65bf2ba84 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -314,7 +314,7 @@ namespace ArchiSteamFarm { Console.Write((string.IsNullOrEmpty(botName) ? "" : "<" + botName + "> ") + "Please enter steam parental PIN: "); break; case EUserInputType.RevocationCode: - Console.Write((string.IsNullOrEmpty(botName) ? "" : "<" + botName + "> ") + "PLEASE WRITE DOWN YOUR REVOCATION CODE: " + extraInformation); + Console.WriteLine((string.IsNullOrEmpty(botName) ? "" : "<" + botName + "> ") + "PLEASE WRITE DOWN YOUR REVOCATION CODE: " + extraInformation); Console.Write("Hit enter once ready..."); break; case EUserInputType.TwoFactorAuthentication: