From cd3637ede27779d63b95fa9dc19ee725015b10f9 Mon Sep 17 00:00:00 2001 From: sonic <156506053+sonic998@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:42:08 +0200 Subject: [PATCH] Update appsettings.json --- src/appsettings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",