diff --git a/src/Program.cs b/src/Program.cs index fd21d9f..d20a830 100644 --- a/src/Program.cs +++ b/src/Program.cs @@ -16,7 +16,7 @@ bool gameOpenEnable = builder.Configuration.GetSection("GamePromptOptions").GetV string ClientPath = builder.Configuration.GetSection("GamePromptOptions").GetValue("ClientPath"); // shows that the server is starting -ConsoleFunctions.log("Server Start"); +Console.WriteLine("Server is starting"); builder.Services.Configure(builder.Configuration.GetSection("AssetServer")); builder.Services.Configure(builder.Configuration.GetSection("ApiServer")); @@ -74,7 +74,7 @@ app.MapControllers(); // Shows message that server is running -ConsoleFunctions.log("Server Running"); +ConsoleFunctions.log("Server Running", assetPort); //asks the user to automally open the game client if (gameOpenEnable == true)