Skip to content

Commit

Permalink
Update admin_wrapper.lua (#561)
Browse files Browse the repository at this point in the history
One of the hotring racer vehicles was missing and there were name errors, these have been fixed
  • Loading branch information
shadylua authored Oct 15, 2024
1 parent 3c9140d commit 56cebd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions [admin]/admin2/client/admin_wrapper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function getVehicleNameFromModel(id)
[609] = "Black Boxville",
[604] = "Damaged Glendale",
[544] = "Fire Truck (Ladder)",
[494] = "Hotring Racer",
[502] = "Hotring Racer 2",
[503] = "Hotring Racer 3",
[505] = 'Rancher (From "Lure")',
Expand All @@ -40,6 +41,7 @@ function getVehicleModelFromName(name)
["Black Boxville"] = 609,
["Damaged Glendale"] = 604,
["Fire Truck (Ladder)"] = 544,
["Hotring Racer"] = 494,
["Hotring Racer 2"] = 502,
["Hotring Racer 3"] = 503,
['Rancher (From "Lure")'] = 505,
Expand Down

0 comments on commit 56cebd6

Please sign in to comment.