From 9be9c1313b816ee97148e3a96031691c7e625b18 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Sun, 29 May 2022 13:26:12 -0600 Subject: [PATCH] sys_patch_detect.py: Remove unneeded check --- resources/sys_patch_detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/sys_patch_detect.py b/resources/sys_patch_detect.py index e51e9c8f9..60e007e7b 100644 --- a/resources/sys_patch_detect.py +++ b/resources/sys_patch_detect.py @@ -73,7 +73,7 @@ class detect_root_patch: device_probe.NVIDIA.Archs.Kepler, device_probe.NVIDIA.Archs.Maxwell, device_probe.NVIDIA.Archs.Pascal, - ] and self.constants.force_nv_web is True: + ]: if self.constants.detected_os > os_data.os_data.mojave: self.nvidia_web = True self.amfi_must_disable = True