mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
remove unnecessary table (#936)
at startup there is no need to repopulate the same table it doesnt get called anywhere else in the entire resource folder. Co-authored-by: zwkf <dev@charlie.fyi>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
QBShared = QBShared or {}
|
||||
QBShared.VehicleHashes = {}
|
||||
|
||||
QBShared.Vehicles = {
|
||||
--- Compacts
|
||||
@@ -5399,7 +5398,3 @@ QBShared.Vehicles = {
|
||||
['shop'] = 'truck',
|
||||
},
|
||||
}
|
||||
|
||||
for _, v in pairs(QBShared.Vehicles) do
|
||||
QBShared.VehicleHashes[v.hash] = v
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user