Update ConsoleFunctions.cs

This commit is contained in:
sonic 2024-08-18 19:48:12 +02:00 committed by GitHub
parent cd3637ede2
commit ce8e8b29ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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");
}