mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-13 00:09:16 +00:00
Remove unnecessary command line arguments in SpawnInit function
This commit is contained in:
@ -48,8 +48,7 @@ int SpawnInit()
|
||||
|
||||
const char *argv[4] = {
|
||||
Config.InitPath,
|
||||
"--init",
|
||||
"--critical",
|
||||
// "--help",
|
||||
nullptr};
|
||||
|
||||
Tasking::TaskCompatibility compat = Tasking::Native;
|
||||
|
Reference in New Issue
Block a user