Skip to content

Commit 27880b8

Browse files
authored
fix(client/class): Missing props when undressing.
1 parent 28fce86 commit 27880b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/cl_class.lua

+2
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ clothing = {
165165
clothing.setDefaultPropVariation({ isAnimated = false, sex = gender, index = 0 })
166166
clothing.setDefaultPropVariation({ isAnimated = false, sex = gender, index = 1 })
167167
clothing.setDefaultPropVariation({ isAnimated = false, sex = gender, index = 2 })
168+
clothing.setDefaultPropVariation({ isAnimated = false, sex = gender, index = 6 })
169+
clothing.setDefaultPropVariation({ isAnimated = false, sex = gender, index = 7 })
168170
SetPedComponentVariation(cache.ped, 2, hair, hairTexture, 0)
169171
TriggerServerEvent("clothing:sv:giveOutfit", outfitData, outfitLabel)
170172
else

0 commit comments

Comments
 (0)