Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
valters-tomsons committed May 8, 2024
1 parent 6c1e097 commit 71d7aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static void ApplySettingsBandAid(string gamePath)
}
}

public static async Task PatchLauncherConfigFile(string gamePath)
public static async Task PatchLauncherConfigFile(string gamePath)
{
var configFilePath = $"{gamePath}/DayZLauncher.exe.config";
string? newXml = string.Empty;
Expand Down

0 comments on commit 71d7aad

Please sign in to comment.