mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Press any key now makes a newline
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user