Add non-elevated game option

This commit is contained in:
Thoronium
2023-04-14 23:22:34 -06:00
parent 5de80f1655
commit 7bfa5e8e11
18 changed files with 78 additions and 14 deletions

View File

@@ -25,6 +25,7 @@ let defaultConfig: Configuration
wipe_login: false,
horny_mode: false,
auto_mongodb: false,
un_elevated: false,
}
})()
@@ -53,6 +54,7 @@ export interface Configuration {
horny_mode: boolean
swag_mode?: boolean
auto_mongodb: boolean
un_elevated: boolean
// Swag stuff
akebi_path?: string