mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: consistent CLI arg naming scheme
This commit is contained in:
parent
e153e73e77
commit
e225f4df0e
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ namespace Dalamud.Injector
|
||||||
startInfo.BootVehEnabled = true;
|
startInfo.BootVehEnabled = true;
|
||||||
startInfo.BootVehFull = args.Contains("--veh-full");
|
startInfo.BootVehFull = args.Contains("--veh-full");
|
||||||
startInfo.NoLoadPlugins = args.Contains("--no-plugin");
|
startInfo.NoLoadPlugins = args.Contains("--no-plugin");
|
||||||
startInfo.NoLoadThirdPartyPlugins = args.Contains("--no-third-plugin");
|
startInfo.NoLoadThirdPartyPlugins = args.Contains("--no-3rd-plugin");
|
||||||
// startInfo.BootUnhookDlls = new List<string>() { "kernel32.dll", "ntdll.dll", "user32.dll" };
|
// startInfo.BootUnhookDlls = new List<string>() { "kernel32.dll", "ntdll.dll", "user32.dll" };
|
||||||
startInfo.CrashHandlerShow = args.Contains("--crash-handler-console");
|
startInfo.CrashHandlerShow = args.Contains("--crash-handler-console");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue