diff --git a/worthless/patcher.py b/worthless/patcher.py index 4599d69..132d968 100644 --- a/worthless/patcher.py +++ b/worthless/patcher.py @@ -237,7 +237,7 @@ class Patcher: disable_files = [ self._installer.get_game_data_name() + "upload_crash.exe", self._installer.get_game_data_name() + "Plugins/crashreport.exe", - self._installer.get_game_data_name() + "Plugins/blueReporter.exe", + self._installer.get_game_data_name() + "blueReporter.exe", ] for file in disable_files: file_path = Path(self._gamedir.joinpath(file)).resolve() @@ -297,7 +297,7 @@ class Patcher: self._installer.get_game_data_name() + "upload_crash.exe", self._installer.get_game_data_name() + "Plugins/crashreport.exe", self._installer.get_game_data_name() + "Plugins/xlua.dll", - self._installer.get_game_data_name() + "Plugins/blueReporter.exe", + self._installer.get_game_data_name() + "blueReporter.exe", ] revert_job = [] for file in revert_files: