mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
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:
+1
-1
@@ -2,7 +2,7 @@ fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
description 'QB-Core'
|
||||
version '1.2.1'
|
||||
version '1.2.2'
|
||||
|
||||
shared_scripts {
|
||||
'config.lua',
|
||||
|
||||
+1
-1
@@ -4991,7 +4991,7 @@ QBShared.Vehicles = {
|
||||
['rhinehart'] = {
|
||||
['name'] = 'Rhinehart',
|
||||
['brand'] = 'Übermacht',
|
||||
['model'] = 'rhinehart ',
|
||||
['model'] = 'rhinehart',
|
||||
['price'] = 105000,
|
||||
['category'] = 'sedans',
|
||||
['categoryLabel'] = 'Sedans',
|
||||
|
||||
Reference in New Issue
Block a user