Skip to content

Swapped the order of Hotring Racer 2 (ID: 502, model: hotrina) and Hotring Racer 3 (ID: 503, model: hotrinb) #3797

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

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
4f8f286
Swapped the order of Hotring Racer 2 (ID: 502, model: hotrina) and Ho…
SpeedyFolf Oct 15, 2024
41635c7
Update CVehicleNames.cpp
SpeedyFolf Jan 6, 2025
5f365ea
Merge branch 'master' into SwapHotringRacerVehicleNames
SpeedyFolf Jan 6, 2025
f557a2e
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Jan 20, 2025
3612669
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Jan 29, 2025
d1e6f32
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Feb 3, 2025
f0744ef
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Feb 8, 2025
f254468
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Feb 10, 2025
655c337
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Feb 18, 2025
a74a118
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Feb 26, 2025
4415810
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Mar 1, 2025
00f7a40
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Mar 3, 2025
5cad0f9
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Mar 6, 2025
5b26b2a
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Mar 7, 2025
1db1f3c
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Mar 10, 2025
f7ab691
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Mar 22, 2025
990fb29
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Apr 6, 2025
0e8af60
Merge branch 'multitheftauto:master' into SwapHotringRacerVehicleNames
SpeedyFolf Apr 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Client/mods/deathmatch/logic/CVehicleNames.cpp
Original file line number Diff line number Diff line change
@@ -122,8 +122,8 @@ static const SFixedArray<SVehicleName, 212> VehicleNames = {{{"Landstalker"},
{"Benson"},
{"Mesa"},
{"RC Goblin"},
{"Hotring Racer 3"},
{"Hotring Racer 2"},
{"Hotring Racer 3"},
{"Bloodring Banger"},
{"Rancher Lure"},
{"Super GT"},
@@ -225,7 +225,7 @@ static const SFixedArray<SVehicleName, 212> VehicleNames = {{{"Landstalker"},
{"Alpha"},
{"Phoenix"},
{"Glendale Damaged"},
{"Sadler", "Sadler Damaged"},
{"Sadler Damaged", "Sadler"},
{"Baggage Trailer (covered)"},
{"Baggage Trailer (Uncovered)"},
{"Trailer (Stairs)"},
2 changes: 1 addition & 1 deletion Server/mods/deathmatch/logic/CVehicleNames.cpp
Original file line number Diff line number Diff line change
@@ -123,8 +123,8 @@ static const SFixedArray<SVehicleName, 212> VehicleNames = {{{"Landstalker"},
{"Benson"},
{"Mesa"},
{"RC Goblin"},
{"Hotring Racer 3"},
{"Hotring Racer 2"},
{"Hotring Racer 3"},
{"Bloodring Banger"},
{"Rancher Lure"},
{"Super GT"},