Skip to content

Commit

Permalink
fix(data/weapons): incorrect component variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Jan 6, 2022
1 parent 55522b5 commit acfc60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/weapons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ return {
label = 'Extended Shotgun Clip',
weight = 280,
client = {
component = {`COMPONENT_HEAVYSHOTGUN_CLIP_02`, COMPONENT_ASSAULTSHOTGUN_CLIP_02},
component = {`COMPONENT_HEAVYSHOTGUN_CLIP_02`, `COMPONENT_ASSAULTSHOTGUN_CLIP_02`},
usetime = 2500
}
},
Expand Down

0 comments on commit acfc60a

Please sign in to comment.