Skip to content

Commit ae404a5

Browse files
committed
fix: change XL path to XLCN
1 parent cf0c696 commit ae404a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dalamud.Injector/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ private static int ProcessLaunchCommand(List<string> args, DalamudStartInfo dala
817817
if (dalamudStartInfo.Platform == OSPlatform.Windows)
818818
{
819819
var appDataDir = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
820-
var xivlauncherDir = Path.Combine(appDataDir, "XIVLauncher");
820+
var xivlauncherDir = Path.Combine(appDataDir, "XIVLauncherCN");
821821
var launcherConfigPath = Path.Combine(xivlauncherDir, "launcherConfigV3.json");
822822
gamePath = Path.Combine(
823823
JsonSerializer.CreateDefault()

0 commit comments

Comments
 (0)