Skip to content

Commit

Permalink
Hands changing (#463)
Browse files Browse the repository at this point in the history
When you equip or unequip armor hands will changing without any problems just thx self:GetOwner():SetupHands()
  • Loading branch information
boblikut authored Dec 11, 2024
1 parent de782b4 commit 55a7f41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gamemode/items/base/sh_outfit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ function ITEM:AddOutfit(client)
end
end

self:GetOwner():SetupHands()
self:OnEquipped()
end

Expand Down Expand Up @@ -205,6 +206,7 @@ function ITEM:RemoveOutfit(client)
self:RemoveAttachment(k, client)
end

self:GetOwner():SetupHands()
self:OnUnequipped()
end

Expand Down

0 comments on commit 55a7f41

Please sign in to comment.