-
-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swapped the order of Hotring Racer 2 (ID: 502, model: hotrina) and Hotring Racer 3 (ID: 503, model: hotrinb) #3797
base: master
Are you sure you want to change the base?
Swapped the order of Hotring Racer 2 (ID: 502, model: hotrina) and Hotring Racer 3 (ID: 503, model: hotrinb) #3797
Conversation
…tring Racer 3 (ID: 503, model: hotrinb)
Not sure if it's intentionally been kept wrong. Also not sure if the discrepancy between the 2 lists on line 206 is intentional or not. |
This part surely isn't intentional. I noticed some vehicles are missing from map editor and upon adding them I noticed 605 is simply named "Sadler" instead of "Sadler Damaged". |
Also fixed the Sadler Damaged discrepancy between the Server and Client lists
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:
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!