Fix crash reaction and add more translation key (#1850)

This commit is contained in:
HCR-750F
2023-07-27 00:26:09 +08:00
committed by GitHub
parent f4a89e36db
commit f73c1bdc98
37 changed files with 81 additions and 74 deletions

View File

@ -20,6 +20,6 @@ namespace big
}
};
seatbelt g_seatbelt("seatbelt", "Seatbelt", "Prevent you from falling off bikes or flying through the windshield",
seatbelt g_seatbelt("seatbelt", "SEATBELT", "SEATBELT_DESC",
g.vehicle.seatbelt);
}