mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[bugfix] Add no-yeet agrs to prevent mods to be moved when UserData folder is linked
This commit is contained in:
@@ -80,7 +80,7 @@ export class BSLauncherService {
|
||||
}
|
||||
|
||||
private buildBsLaunchArgs(launchOptions: LaunchOption): string[]{
|
||||
const launchArgs = [];
|
||||
const launchArgs = ["--no-yeet"];
|
||||
|
||||
if (launchOptions.oculus) {
|
||||
launchArgs.push("-vrmode");
|
||||
|
||||
Reference in New Issue
Block a user