mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
This commit is contained in:
parent
ec9c0cd601
commit
20b70ac24b
|
@ -776,7 +776,7 @@ void CConsole::ParseArguments(int NumArgs, const char **ppArguments)
|
|||
if(ppArguments[i][0] == '-' && ppArguments[i][1] == 'f' && ppArguments[i][2] == 0)
|
||||
{
|
||||
if(NumArgs - i > 1)
|
||||
ExecuteFile(ppArguments[i+1]);
|
||||
ExecuteFile(ppArguments[i+1], 0, 0, 0, 0, 4);
|
||||
i++;
|
||||
}
|
||||
else if(!str_comp("-s", ppArguments[i]) || !str_comp("--silent", ppArguments[i]))
|
||||
|
|
Loading…
Reference in a new issue