From a384a829009357f6906cacef9ee7d2a55285c617 Mon Sep 17 00:00:00 2001 From: Mino Date: Sun, 29 Mar 2020 02:55:15 +0900 Subject: [PATCH] Add todo --- Dalamud.Bootstrap/Bootstrapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud.Bootstrap/Bootstrapper.cs b/Dalamud.Bootstrap/Bootstrapper.cs index 6439de56a..62d7bcf6b 100644 --- a/Dalamud.Bootstrap/Bootstrapper.cs +++ b/Dalamud.Bootstrap/Bootstrapper.cs @@ -68,7 +68,7 @@ namespace Dalamud.Bootstrap // TODO: launch new exe with the argument from encryptedArgument.ToString() - + // TODO: we also need to figure out where the exe is located process.Terminate(); }