mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 16:28:50 -07:00
Update ConsoleFunctions.cs
This commit is contained in:
parent
cd3637ede2
commit
ce8e8b29ac
@ -16,6 +16,7 @@ public class ConsoleFunctions {
|
|||||||
else if (Option == "Server Running")
|
else if (Option == "Server Running")
|
||||||
{
|
{
|
||||||
Console.WriteLine("Server is 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("You can start the game now");
|
||||||
Console.WriteLine("Press Ctrl + C to close the server");
|
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");
|
Console.WriteLine("You can manually open the game now");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user