mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
ugh
This commit is contained in:
parent
ac80895f43
commit
b5f1084f73
6 changed files with 109 additions and 46 deletions
|
|
@ -58,7 +58,13 @@ namespace Dalamud.Bootstrap
|
|||
|
||||
var exePath = process.GetImageFilePath();
|
||||
|
||||
var argument = ReadArgumentFromProcess(process);
|
||||
var argument = process.GetGameArguments();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var encryptedArgument = EncryptArgument(argument.ToString());
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue