mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-12 00:38:48 -07:00
Update ConsoleFunctions.cs
This commit is contained in:
parent
e79cccc39e
commit
b0106b8b11
@ -11,8 +11,7 @@ public class ConsoleFunctions {
|
|||||||
public static void log(string Option, int AssetPort) {
|
public static void log(string Option, int AssetPort) {
|
||||||
if (Option == "Server Running")
|
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("You can start the game now");
|
||||||
Console.WriteLine("Press Ctrl + C to close the server");
|
Console.WriteLine("Press Ctrl + C to close the server");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user