From a62c17a67ad6befdfccc4f1477ee32306b3fe250 Mon Sep 17 00:00:00 2001 From: KamuiKody <62488881+KamuiKody@users.noreply.github.com> Date: Sat, 19 Nov 2022 06:42:02 -0500 Subject: [PATCH] Fix Misspelling --- 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'] = {