Skip to content

Commit 45bb3d5

Browse files
authored
Swapped the order of Hotring Racer 2 and Hotring Racer 3 (PR #3797)
1 parent b97ce4f commit 45bb3d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Client/mods/deathmatch/logic/CVehicleNames.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ static const SFixedArray<SVehicleName, 212> VehicleNames = {{{"Landstalker"},
122122
{"Benson"},
123123
{"Mesa"},
124124
{"RC Goblin"},
125-
{"Hotring Racer 3"},
126125
{"Hotring Racer 2"},
126+
{"Hotring Racer 3"},
127127
{"Bloodring Banger"},
128128
{"Rancher Lure"},
129129
{"Super GT"},
@@ -225,7 +225,7 @@ static const SFixedArray<SVehicleName, 212> VehicleNames = {{{"Landstalker"},
225225
{"Alpha"},
226226
{"Phoenix"},
227227
{"Glendale Damaged"},
228-
{"Sadler", "Sadler Damaged"},
228+
{"Sadler Damaged", "Sadler"},
229229
{"Baggage Trailer (covered)"},
230230
{"Baggage Trailer (Uncovered)"},
231231
{"Trailer (Stairs)"},

Server/mods/deathmatch/logic/CVehicleNames.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ static const SFixedArray<SVehicleName, 212> VehicleNames = {{{"Landstalker"},
123123
{"Benson"},
124124
{"Mesa"},
125125
{"RC Goblin"},
126-
{"Hotring Racer 3"},
127126
{"Hotring Racer 2"},
127+
{"Hotring Racer 3"},
128128
{"Bloodring Banger"},
129129
{"Rancher Lure"},
130130
{"Super GT"},

0 commit comments

Comments
 (0)