add door/seatbelt/gear safety check toggle

This commit is contained in:
Rick Lan
2020-03-22 18:34:21 +10:00
parent 9edfe061a9
commit 684fbd3480
3 changed files with 20 additions and 7 deletions
+3
View File
@@ -174,6 +174,9 @@ keys = {
"DragonLastModified": [TxType.PERSISTENT],
"DragonEnableRegistration": [TxType.PERSISTENT],
"DragonDynamicFollow": [TxType.PERSISTENT],
"DragonEnableDoorCheck": [TxType.PERSISTENT],
"DragonEnableSeatBeltCheck": [TxType.PERSISTENT],
"DragonEnableGearCheck": [TxType.PERSISTENT],
}