diff --git a/sunnypilot/mads/mads.py b/sunnypilot/mads/mads.py index 1d71e8e5f2..ece95b08c6 100644 --- a/sunnypilot/mads/mads.py +++ b/sunnypilot/mads/mads.py @@ -41,7 +41,7 @@ class ModularAssistiveDrivingSystem: self.events.remove(EventName.buttonEnable) def update_silent_lkas_enable(): - if self.state_machine.state == State.paused and self.enabled: + if self.state_machine.state == State.paused: self.events.add(EventName.silentLkasEnable) def transition_paused_state():