From 8556d55211b5cf7cc4eddff689ae78d5c553f5fe Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Thu, 4 Dec 2025 11:42:54 +0700 Subject: [PATCH] My mistake --- Scripts/kext_maestro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/kext_maestro.py b/Scripts/kext_maestro.py index 1601f5c..27f08b6 100644 --- a/Scripts/kext_maestro.py +++ b/Scripts/kext_maestro.py @@ -237,7 +237,7 @@ class KextMaestro: selected_kexts.append("CpuTscSync") if needs_oclp: - selected_kexts.extend(("AMFIPass", "RestrictEvents") if self.utils.parse_darwin_version(macos_version) < self.utils.parse_darwin_version("25.0.0") else ("RestrictEvents")) + selected_kexts.extend(("AMFIPass", "RestrictEvents")) if self.utils.parse_darwin_version(macos_version) < self.utils.parse_darwin_version("25.0.0") else selected_kexts.append("RestrictEvents") for network_name, network_props in hardware_report.get("Network", {}).items(): device_id = network_props.get("Device ID")