[bugfix] Add no-yeet agrs to prevent mods to be moved when UserData folder is linked

This commit is contained in:
MathieuG-P
2023-09-18 15:24:53 +02:00
parent b2b7002a8e
commit 21c7f9d225
+1 -1
View File
@@ -80,7 +80,7 @@ export class BSLauncherService {
}
private buildBsLaunchArgs(launchOptions: LaunchOption): string[]{
const launchArgs = [];
const launchArgs = ["--no-yeet"];
if (launchOptions.oculus) {
launchArgs.push("-vrmode");