diff --git a/r5dev/launcher/launcher.cpp b/r5dev/launcher/launcher.cpp index ee5723dd..224fa48f 100644 --- a/r5dev/launcher/launcher.cpp +++ b/r5dev/launcher/launcher.cpp @@ -71,8 +71,6 @@ void RemoveSpuriousGameParameters() void AppendSDKParametersPreInit() { #ifdef DEDICATED - CommandLine()->AppendParm("-sw", ""); - CommandLine()->AppendParm("-lv", ""); CommandLine()->AppendParm("-safe", ""); CommandLine()->AppendParm("-high", ""); CommandLine()->AppendParm("-rerun", "");