Skip to content

Commit

Permalink
Fix Muzzle Attachment Points
Browse files Browse the repository at this point in the history
  • Loading branch information
LengthenedGradient committed Aug 4, 2024
1 parent 2132c52 commit b7f0fba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/entities/acf_gun/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ do -- Spawn and Update functions --------------------------------
Entity.NormalMuzzle = Entity:WorldToLocal(Entity:GetAttachment(Entity:LookupAttachment("muzzle")).Pos)
Entity.Muzzle = Entity.NormalMuzzle

Entity:CanProperty(Entity:GetOwner(), "bodygroups")

WireIO.SetupInputs(Entity, Inputs, Data, Class, Weapon)
WireIO.SetupOutputs(Entity, Outputs, Data, Class, Weapon)

Expand Down

0 comments on commit b7f0fba

Please sign in to comment.