From 08928d9672df2201381fe42c0c22e5c3d72363e2 Mon Sep 17 00:00:00 2001 From: JaySixty <41970914+Jamie9192@users.noreply.github.com> Date: Wed, 29 May 2024 13:03:52 +0100 Subject: [PATCH] Fix typo.lua diving_fill had "description" spelled as "discription" --- shared/items.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/items.lua b/shared/items.lua index 0dd3a54..b6f93a8 100644 --- a/shared/items.lua +++ b/shared/items.lua @@ -366,7 +366,7 @@ QBShared.Items = { dendrogyra_coral = { name = 'dendrogyra_coral', label = 'Dendrogyra', weight = 1000, type = 'item', image = 'dendrogyra_coral.png', unique = false, useable = false, shouldClose = true, description = 'Its also known as pillar coral' }, antipatharia_coral = { name = 'antipatharia_coral', label = 'Antipatharia', weight = 1000, type = 'item', image = 'antipatharia_coral.png', unique = false, useable = false, shouldClose = true, description = 'Its also known as black corals or thorn corals' }, diving_gear = { name = 'diving_gear', label = 'Diving Gear', weight = 30000, type = 'item', image = 'diving_gear.png', unique = true, useable = true, shouldClose = true, description = 'An oxygen tank and a rebreather' }, - diving_fill = { name = 'diving_fill', label = 'Diving Tube', weight = 3000, type = 'item', image = 'diving_tube.png', unique = true, useable = true, shouldClose = true, discription = 'An oxygen tube and a rebreather' }, + diving_fill = { name = 'diving_fill', label = 'Diving Tube', weight = 3000, type = 'item', image = 'diving_tube.png', unique = true, useable = true, shouldClose = true, description = 'An oxygen tube and a rebreather' }, -- Other Tools casinochips = { name = 'casinochips', label = 'Casino Chips', weight = 0, type = 'item', image = 'casinochips.png', unique = false, useable = false, shouldClose = false, description = 'Chips For Casino Gambling' },