Update events.py

This commit is contained in:
firestar5683
2025-12-05 19:41:28 -06:00
parent 488f821983
commit a97c5742b7
+3 -3
View File
@@ -978,12 +978,12 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = {
EventName.reverseGear: {
ET.PERMANENT: Alert(
"Reverse\nGear",
"Wrong\nGear",
"",
AlertStatus.normal, AlertSize.full,
Priority.LOWEST, VisualAlert.none, AudibleAlert.none, .2, creation_delay=0.5),
ET.USER_DISABLE: ImmediateDisableAlert("Reverse Gear"),
ET.NO_ENTRY: NoEntryAlert("Reverse Gear"),
ET.USER_DISABLE: ImmediateDisableAlert("Wrong Gear"),
ET.NO_ENTRY: NoEntryAlert("Wrong Gear"),
},
# On cars that use stock ACC the car can decide to cancel ACC for various reasons.