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:
KamuiKody
2023-02-13 09:56:55 +00:00
committed by GitHub
co-authored by zwkf
parent 29d159cab1
commit 0a42541f34
-5
View File
@@ -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