From 5a6f8e39af364e2c4399a24b9419b689a88ef3ed Mon Sep 17 00:00:00 2001 From: tretrauit Date: Thu, 25 May 2023 10:26:08 +0700 Subject: [PATCH] feat: add blueReporter --- worthless/patcher.py | 1 + 1 file changed, 1 insertion(+) 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()