Update vehicles.lua (#929)

* Update vehicles.lua

Remove the space after this, as when somebody tries to pull it out, it will break PDM due to the space in the model hash.

* Bump version number

Co-authored-by: zwkf <dev@charlie.fyi>
This commit is contained in:
Jack
2023-01-26 01:58:28 +00:00
committed by GitHub
parent 01e8597f07
commit 7b68f72cec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4991,7 +4991,7 @@ QBShared.Vehicles = {
['rhinehart'] = {
['name'] = 'Rhinehart',
['brand'] = 'Übermacht',
['model'] = 'rhinehart ',
['model'] = 'rhinehart',
['price'] = 105000,
['category'] = 'sedans',
['categoryLabel'] = 'Sedans',