mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 16:28:50 -07:00
Update Program.cs
This commit is contained in:
parent
fe33511679
commit
fa0b77e465
@ -12,6 +12,7 @@ var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
// Add services to the container.
|
||||
bool ConsoleOptions = builder.Configuration.GetSection("ConsoleOptions").GetValue<bool>("Show logs");
|
||||
bool GamePromptOptions = builder.Configuration.GetSection("GamePromptOptions").GetValue<bool>("Open Game");
|
||||
|
||||
// shows information about loading assets/api stuff
|
||||
if (ConsoleOptions == true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user