Skip to content

Commit

Permalink
Merge pull request qbcore-framework#31 from Nine2FiveDev/patch-1
Browse files Browse the repository at this point in the history
Return correct item when removed.
  • Loading branch information
GhzGarage authored Nov 10, 2021
2 parents 994233a + eec5efa commit 98f5fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ WeaponAttachments = {
['suppressor'] = {
component = 'COMPONENT_AT_AR_SUPP_02',
label = 'Suppressor',
item = 'smg_suppressor',
item = 'rifle_suppressor',
},
['grip'] = {
component = 'COMPONENT_AT_AR_AFGRIP',
Expand Down

0 comments on commit 98f5fc1

Please sign in to comment.