Change NoEntryAlert message to 'Reverse Gear'

This commit is contained in:
firestar5683
2025-12-06 16:37:52 -06:00
parent a97c5742b7
commit 721d39ef1f
+1 -1
View File
@@ -983,7 +983,7 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = {
AlertStatus.normal, AlertSize.full,
Priority.LOWEST, VisualAlert.none, AudibleAlert.none, .2, creation_delay=0.5),
ET.USER_DISABLE: ImmediateDisableAlert("Wrong Gear"),
ET.NO_ENTRY: NoEntryAlert("Wrong Gear"),
ET.NO_ENTRY: NoEntryAlert("Reverse Gear"),
},
# On cars that use stock ACC the car can decide to cancel ACC for various reasons.