From 72f036b608c0fcdd4ac7a5d9eb6ba30b4233953b Mon Sep 17 00:00:00 2001 From: KamuiKody <62488881+KamuiKody@users.noreply.github.com> Date: Sat, 19 Nov 2022 06:39:50 -0500 Subject: [PATCH] vehicle mispelling --- shared/vehicles.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/vehicles.lua b/shared/vehicles.lua index 82fbffb..32f9dbf 100644 --- a/shared/vehicles.lua +++ b/shared/vehicles.lua @@ -5298,14 +5298,14 @@ QBShared.Vehicles = { ['hash'] = `handler`, ['shop'] = 'truck', }, - ['bulldoze'] = { + ['bulldozer'] = { ['name'] = 'Bulldozer', ['brand'] = 'HVY', - ['model'] = 'bulldoze', + ['model'] = 'bulldozer', ['price'] = 30000, ['category'] = 'industrial', ["categoryLabel"] = 'Industrial', - ['hash'] = `bulldoze`, + ['hash'] = `bulldozer`, ['shop'] = 'truck', }, ['dump'] = {