[feat/663] Cleanup leftover code

This commit is contained in:
LiamillionSS
2024-12-11 02:16:38 +11:00
parent 198f3cb3af
commit 576a9ba325
@@ -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());
}