mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Synchronize DalamudStartInfo between cpp and cs (#1679)
Dalamud Boot was using BootLogPath in place of LogPath, resulting in wrong log path.
This commit is contained in:
parent
db17a86587
commit
94cf1c82c4
6 changed files with 16 additions and 6 deletions
|
|
@ -389,6 +389,7 @@ namespace Dalamud.Injector
|
|||
#else
|
||||
startInfo.LogPath ??= xivlauncherDir;
|
||||
#endif
|
||||
startInfo.LogName ??= string.Empty;
|
||||
|
||||
// Set boot defaults
|
||||
startInfo.BootShowConsole = args.Contains("--console");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue