diff --git a/src/DayZLauncher.UnixPatcher/Program.cs b/src/DayZLauncher.UnixPatcher/Program.cs index 7ca8322..4f3d01c 100644 --- a/src/DayZLauncher.UnixPatcher/Program.cs +++ b/src/DayZLauncher.UnixPatcher/Program.cs @@ -42,16 +42,8 @@ File.Move(backupAssembly, targetAssembly); } -Common.WriteLine("Applying launcher settings fix..."); -try -{ - await LauncherConfigPatcher.PatchLauncherConfigFile(userInput); - LauncherConfigPatcher.RemoveOldUserConfig(userInput); -} -catch -{ - Common.WriteLine("Failed to patch launcher settings", ConsoleColor.Red); - Common.WriteLine("Launcher may continue to not save properly", ConsoleColor.Yellow); -} +Common.WriteLine("Deleting old user.config ..."); +LauncherConfigPatcher.RemoveOldUserConfig(userInput); +Common.WriteLine("Launcher will still not save settings, working on that!", ConsoleColor.Yellow); Common.WriteLine("Patching finished!"); \ No newline at end of file