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