diff --git a/worthless/patcher.py b/worthless/patcher.py index aac3bf2..35ac0ad 100644 --- a/worthless/patcher.py +++ b/worthless/patcher.py @@ -237,6 +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", ] for file in disable_files: file_path = Path(self._gamedir.joinpath(file)).resolve()