Skip to content

Commit

Permalink
Hands changing
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 10, 2024
1 parent 63545cc commit 274065e
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 274065e

Please sign in to comment.