sys_patch_detect.py: Remove unneeded check

This commit is contained in:
Mykola Grymalyuk
2022-05-29 13:26:12 -06:00
parent c249eb767a
commit 9be9c1313b

View File

@@ -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