Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman committed Apr 4, 2024
2 parents 8c7d60e + a6361a7 commit 117a6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/weapons/acf_torch/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ function SWEP:SecondaryAttack()
DmgResult:SetThickness(Entity.ACF.Armour)

DmgInfo:SetAttacker(Owner)
DmgInfo:SetInflictor(self)
DmgInfo:SetOrigin(Trace.StartPos)
DmgInfo:SetHitPos(HitPos)
DmgInfo:SetHitGroup(Trace.HitGroup)
Expand Down

0 comments on commit 117a6e8

Please sign in to comment.