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 +}