mtasa-blue
mtasa-blue copied to clipboard
Swapped the order of Hotring Racer 2 (ID: 502, model: hotrina) and Hotring Racer 3 (ID: 503, model: hotrinb)
Swapped the order of Hotring Racer 2 (ID: 502, model: hotrina) and Hotring Racer 3 (ID: 503, model: hotrinb) in /mods/deathmatch/logic/CVehicleNames.cpp
Currently when something (such as map editor, race vehiclechange pickup labels, and admin panel) use the function getVehicleNameFromModel
, they're reversed from what you'd expect based on their ID, model name, and the vehicles list wiki page. This fixes that.
Before you go ahead and create a pull request, please make sure:
- [x] your code follows the coding guidelines
- [x] your commit messages are informative ("update file.cpp" is unhelpful. "fix missing model in getVehicleNameFromModel" is helpful)
If your work is incomplete, do not prefix your pull request with "WIP", instead create a draft pull request: https://github.blog/2019-02-14-introducing-draft-pull-requests/
Thank you!