mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feat/663] Cleanup leftover code
This commit is contained in:
@@ -37,9 +37,6 @@ export abstract class AbstractLauncherService {
|
||||
if (launchOptions.additionalArgs) {
|
||||
launchArgs.push(...launchOptions.additionalArgs);
|
||||
}
|
||||
if (launchOptions.launchVR) {
|
||||
launchArgs.push(...launchOptions.launchVR);
|
||||
}
|
||||
|
||||
return Array.from(new Set(launchArgs).values());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user