From 4f8f2865695d32fe9ffc7878ab2727188fb0aa1a Mon Sep 17 00:00:00 2001 From: Speedy the Folf Date: Tue, 15 Oct 2024 00:45:10 -0500 Subject: [PATCH 1/2] Swapped the order of Hotring Racer 2 (ID: 502, model: hotrina) and Hotring Racer 3 (ID: 503, model: hotrinb) --- Client/mods/deathmatch/logic/CVehicleNames.cpp | 2 +- Server/mods/deathmatch/logic/CVehicleNames.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Client/mods/deathmatch/logic/CVehicleNames.cpp b/Client/mods/deathmatch/logic/CVehicleNames.cpp index 32bcc3e7e6..73c1d1b0db 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"}, 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"}, From 41635c79680545588cb98e1ea1699e00e6b6f58d Mon Sep 17 00:00:00 2001 From: Speedy the Folf Date: Mon, 6 Jan 2025 08:36:47 -0600 Subject: [PATCH 2/2] Update CVehicleNames.cpp Also fixed the Sadler Damaged discrepancy between the Server and Client lists --- Client/mods/deathmatch/logic/CVehicleNames.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/mods/deathmatch/logic/CVehicleNames.cpp b/Client/mods/deathmatch/logic/CVehicleNames.cpp index 73c1d1b0db..9d9e6b584f 100644 --- a/Client/mods/deathmatch/logic/CVehicleNames.cpp +++ b/Client/mods/deathmatch/logic/CVehicleNames.cpp @@ -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)"},