mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 17:28:56 +00:00
Merge pull request #56 from Developer-Bear/main
fix incorrectly spelled motorcycles causing the vehicle shop to crash
This commit is contained in:
+9
-9
@@ -2792,22 +2792,22 @@ QBShared.Vehicles = {
|
||||
["hash"] = `deviant`,
|
||||
["shop"] = "pdm",
|
||||
},
|
||||
["diabolus"] = {
|
||||
["name"] = "Diabolus",
|
||||
["diablous"] = {
|
||||
["name"] = "Diablous",
|
||||
["brand"] = "Principe",
|
||||
["model"] = "diabolus",
|
||||
["model"] = "diablous",
|
||||
["price"] = 10000,
|
||||
["category"] = "motorcycles",
|
||||
["hash"] = `diabolus`,
|
||||
["hash"] = `diablous`,
|
||||
["shop"] = "pdm",
|
||||
},
|
||||
["diabolus2"] = {
|
||||
["name"] = "Diabolus Custom",
|
||||
["diablous2"] = {
|
||||
["name"] = "Diablous Custom",
|
||||
["brand"] = "Principe",
|
||||
["model"] = "diabolus2",
|
||||
["model"] = "diablous2",
|
||||
["price"] = 12000,
|
||||
["category"] = "motorcycles",
|
||||
["hash"] = `diabolus2`,
|
||||
["hash"] = `diablous2`,
|
||||
["shop"] = "pdm",
|
||||
},
|
||||
["dilettante2"] = {
|
||||
@@ -3637,7 +3637,7 @@ QBShared.Vehicles = {
|
||||
["hash"] = `sanchez`,
|
||||
["shop"] = "pdm",
|
||||
},
|
||||
["sanche2"] = {
|
||||
["sanchez2"] = {
|
||||
["name"] = "Sanchez",
|
||||
["brand"] = "Maibatsu",
|
||||
["model"] = "sanchez2",
|
||||
|
||||
Reference in New Issue
Block a user