Skip to content

Commit 55a7f41

Browse files
authored
Hands changing (#463)
When you equip or unequip armor hands will changing without any problems just thx self:GetOwner():SetupHands()
1 parent de782b4 commit 55a7f41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gamemode/items/base/sh_outfit.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ function ITEM:AddOutfit(client)
116116
end
117117
end
118118

119+
self:GetOwner():SetupHands()
119120
self:OnEquipped()
120121
end
121122

@@ -205,6 +206,7 @@ function ITEM:RemoveOutfit(client)
205206
self:RemoveAttachment(k, client)
206207
end
207208

209+
self:GetOwner():SetupHands()
208210
self:OnUnequipped()
209211
end
210212

0 commit comments

Comments
 (0)