diff --git a/sunnypilot/mads/mads.py b/sunnypilot/mads/mads.py index 49f7b8e935..871d0203a3 100644 --- a/sunnypilot/mads/mads.py +++ b/sunnypilot/mads/mads.py @@ -103,6 +103,8 @@ class ModularAssistiveDrivingSystem: if self.state_machine.state == State.paused: self.events.add(EventName.silentLkasEnable) + self.events.remove(EventName.preEnableStandstill) + if self.events.has(EventName.pcmEnable) or self.events.has(EventName.buttonEnable): update_unified_engagement_mode() else: