Merge pull request #321 from Zagrios/bugfix/add-no-yeet-args-prevent-mods-to-be-yeeted

[bugfix] Add no-yeet agrs to prevent mods to be yeeted
This commit is contained in:
MathieuG-P
2023-09-18 15:29:35 +02:00
committed by GitHub
+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");