diff --git a/Dalamud.Injector/EntryPoint.cs b/Dalamud.Injector/EntryPoint.cs index ea0d1fadc..244b8e3a7 100644 --- a/Dalamud.Injector/EntryPoint.cs +++ b/Dalamud.Injector/EntryPoint.cs @@ -373,7 +373,7 @@ namespace Dalamud.Injector #if DEBUG startInfo.LogPath ??= startInfo.WorkingDirectory; #else - startInfo.LogPath = xivlauncherDir; + startInfo.LogPath ??= xivlauncherDir; #endif // Set boot defaults