From 62a6e38e47519c04c9d8ecbf934f61ca8de2fa14 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 10 Apr 2016 18:25:22 +0200 Subject: [PATCH] Misc --- ArchiSteamFarm/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: