From 7b68f72cecc70808bb18fd3f59457188f97e6872 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 26 Jan 2023 01:58:28 +0000 Subject: [PATCH] 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 --- fxmanifest.lua | 2 +- shared/vehicles.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index d2e2ff5..55e59bf 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -2,7 +2,7 @@ fx_version 'cerulean' game 'gta5' description 'QB-Core' -version '1.2.1' +version '1.2.2' shared_scripts { 'config.lua', diff --git a/shared/vehicles.lua b/shared/vehicles.lua index c5cadd6..f9784bd 100644 --- a/shared/vehicles.lua +++ b/shared/vehicles.lua @@ -4991,7 +4991,7 @@ QBShared.Vehicles = { ['rhinehart'] = { ['name'] = 'Rhinehart', ['brand'] = 'Übermacht', - ['model'] = 'rhinehart ', + ['model'] = 'rhinehart', ['price'] = 105000, ['category'] = 'sedans', ['categoryLabel'] = 'Sedans',