diff --git a/src/Util/ConsoleFunctions.cs b/src/Util/ConsoleFunctions.cs index b10c373..2dd18a7 100644 --- a/src/Util/ConsoleFunctions.cs +++ b/src/Util/ConsoleFunctions.cs @@ -11,8 +11,7 @@ public class ConsoleFunctions { public static void log(string Option, int AssetPort) { if (Option == "Server Running") { - Console.WriteLine("Server is running"); - Console.WriteLine("Server is running at Asset Server: http://localhost:" + AssetPort + "and Api Server: http://localhost:5000"); + Console.WriteLine("Server is running at Asset Server: http://localhost:" + AssetPort + " and Api Server: http://localhost:5000"); Console.WriteLine("You can start the game now"); Console.WriteLine("Press Ctrl + C to close the server"); }