Skip to content

Commit

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

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

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

0 comments on commit 8783571

Please sign in to comment.