Remove useless parameters

'-lv' forces "low violence" which overrides the GAME path with _lv.
This commit is contained in:
Kawe Mazidjatari 2022-09-25 15:33:28 +02:00
parent bef7f352d6
commit af5c513ecd

View File

@ -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", "");