From d565aa469020ae4c84b2aaad0327f7524825596d Mon Sep 17 00:00:00 2001 From: caskd Date: Sun, 15 Apr 2018 16:34:56 +0200 Subject: [PATCH] Fixed few stuff --- UnturnedSL/Program.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UnturnedSL/Program.cs b/UnturnedSL/Program.cs index d0c6350..259c78f 100644 --- a/UnturnedSL/Program.cs +++ b/UnturnedSL/Program.cs @@ -135,9 +135,9 @@ namespace UnturnedSL { string displaytext = "Server info:" + Environment.NewLine + Environment.NewLine + - "Server Name:" + "\t" + "\t" + name + Environment.NewLine + + "Server Name:" + "\t" + "\t" + "\"" + name + "\"" + Environment.NewLine + "Running Map:" + "\t" + "\t" + map + Environment.NewLine + - "Welcome Msg:" + "\t" + "\t" + welcome + Environment.NewLine + + "Welcome Msg:" + "\t" + "\t" + "\"" + welcome + "\"" + Environment.NewLine + "Running port:" + "\t" + "\t" + port + Environment.NewLine + "Data folder:" + "\t" + "\t" + data + Environment.NewLine + "Extra options:" + "\t" + "\t" + extralo + Environment.NewLine + @@ -168,6 +168,7 @@ namespace UnturnedSL Console.Beep(2300, 250); Console.WriteLine(Environment.NewLine + "Press any key to exit..."); Console.ReadKey(); + Environment.Exit(1); } else {