mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 17:14:36 +01:00
Update Grasscutter versions
Add auto MongoDB option
This commit is contained in:
@@ -24,6 +24,7 @@ let defaultConfig: Configuration
|
||||
use_internal_proxy: true,
|
||||
wipe_login: false,
|
||||
horny_mode: false,
|
||||
auto_mongodb: false,
|
||||
}
|
||||
})()
|
||||
|
||||
@@ -51,6 +52,7 @@ export interface Configuration {
|
||||
wipe_login: boolean
|
||||
horny_mode: boolean
|
||||
swag_mode?: boolean
|
||||
auto_mongodb: boolean
|
||||
|
||||
// Swag stuff
|
||||
akebi_path?: string
|
||||
|
||||
@@ -106,7 +106,7 @@ export default class DownloadHandler {
|
||||
|
||||
downloadingFullBuild() {
|
||||
// Kinda hacky but it works
|
||||
return this.downloads.some((d) => d.path.includes('GrasscutterCulti3.4.zip'))
|
||||
return this.downloads.some((d) => d.path.includes('GrasscutterCulti'))
|
||||
}
|
||||
|
||||
downloadingResources() {
|
||||
|
||||
Reference in New Issue
Block a user