diff --git a/Dalamud.Bootstrap/Bootstrapper.cs b/Dalamud.Bootstrap/Bootstrapper.cs index f97f43202..c4a08234c 100644 --- a/Dalamud.Bootstrap/Bootstrapper.cs +++ b/Dalamud.Bootstrap/Bootstrapper.cs @@ -70,7 +70,7 @@ namespace Dalamud.Bootstrap var encryptedArgument = new EncryptedArgument(newArgument, newKey); // TODO: launch new exe with the argument from encryptedArgument.ToString() - + // TODO: we also need to figure out where the exe is located process.Terminate(); }