diff --git a/Client/mods/deathmatch/logic/CVehicleNames.cpp b/Client/mods/deathmatch/logic/CVehicleNames.cpp index 32bcc3e7e6..9d9e6b584f 100644 --- a/Client/mods/deathmatch/logic/CVehicleNames.cpp +++ b/Client/mods/deathmatch/logic/CVehicleNames.cpp @@ -122,8 +122,8 @@ static const SFixedArray 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 VehicleNames = {{{"Landstalker"}, {"Alpha"}, {"Phoenix"}, {"Glendale Damaged"}, - {"Sadler", "Sadler Damaged"}, + {"Sadler Damaged", "Sadler"}, {"Baggage Trailer (covered)"}, {"Baggage Trailer (Uncovered)"}, {"Trailer (Stairs)"}, diff --git a/Server/mods/deathmatch/logic/CVehicleNames.cpp b/Server/mods/deathmatch/logic/CVehicleNames.cpp index d95af92f7f..871a618efd 100644 --- a/Server/mods/deathmatch/logic/CVehicleNames.cpp +++ b/Server/mods/deathmatch/logic/CVehicleNames.cpp @@ -123,8 +123,8 @@ static const SFixedArray VehicleNames = {{{"Landstalker"}, {"Benson"}, {"Mesa"}, {"RC Goblin"}, - {"Hotring Racer 3"}, {"Hotring Racer 2"}, + {"Hotring Racer 3"}, {"Bloodring Banger"}, {"Rancher Lure"}, {"Super GT"},