diff --git a/src/main/services/bs-local-version.service.ts b/src/main/services/bs-local-version.service.ts index 14d31dde..c97ac1ea 100644 --- a/src/main/services/bs-local-version.service.ts +++ b/src/main/services/bs-local-version.service.ts @@ -106,10 +106,10 @@ export class BSLocalVersionService { const versionFilePath = path.join(bsPath, 'Beat Saber_Data', 'globalgamemanagers'); const folderVersion = await this.getVersionFromGlobalGameManagerFile(versionFilePath); - folderVersion.path = bsPath; - if(!folderVersion){ return null; } + folderVersion.path = bsPath; + if(options?.steam || options?.oculus){ return {...folderVersion, ...options}; }