diff --git a/src/appsettings.json b/src/appsettings.json index ac027e2..a0f97fd 100644 --- a/src/appsettings.json +++ b/src/appsettings.json @@ -7,11 +7,11 @@ } } }, - "ConsoleOptions": { - "Show logs": false - }, "GamePromptOptions": { - "OpenGame": false + "// OpenGame": "Set to true to automally open the game", + "// ClientPath": "Put full path to the game client (DOMain.exe)", + "Enabled": false, + "ClientPath": "" }, "AssetServer": { "// Enabled": "Set to false to disable the built-in asset server",