From ce8e8b29acc70298628399889f1137bf9e2bbf30 Mon Sep 17 00:00:00 2001 From: sonic <156506053+sonic998@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:48:12 +0200 Subject: [PATCH] Update ConsoleFunctions.cs --- src/Util/ConsoleFunctions.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Util/ConsoleFunctions.cs b/src/Util/ConsoleFunctions.cs index 18223a8..212ac32 100644 --- a/src/Util/ConsoleFunctions.cs +++ b/src/Util/ConsoleFunctions.cs @@ -16,6 +16,7 @@ public class ConsoleFunctions { else if (Option == "Server Running") { Console.WriteLine("Server is running"); + Console.WriteLine("Server is running at Asset Server: http://localhost:5001 and Api Server: http://localhost:5000"); Console.WriteLine("You can start the game now"); Console.WriteLine("Press Ctrl + C to close the server"); } @@ -48,4 +49,4 @@ public class ConsoleFunctions { Console.WriteLine("You can manually open the game now"); } } -} \ No newline at end of file +}