Press any key now makes a newline

This commit is contained in:
Cyberboss
2017-11-13 11:21:00 -05:00
parent ab2e75781b
commit a0e2bca1cd
+1 -1
View File
@@ -42,7 +42,7 @@ namespace TGS.Server.Console
void ExitPrompt()
{
System.Console.Write("Press any key to exit...");
System.Console.WriteLine("Press any key to exit...");
System.Console.ReadKey();
}