Merge branch 'ncore' of github.com:Minoost/Dalamud into ncore

This commit is contained in:
Mino 2020-03-29 13:41:56 +09:00
commit a90a5673f2

View file

@ -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();
}