Skip to content

Commit

Permalink
Outfits are not being equipped correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrade-dcl committed Dec 5, 2023
1 parent 24cc5b6 commit f9a309e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private async UniTaskVoid LoadAndEquipOutfitWearables(OutfitItem outfit, Cancell
EquipWearable(outfit.outfit.bodyShape, EquipWearableSource.Outfit, setAsDirty: false, updateAvatarPreview: false);

foreach (string outfitWearable in outfit.outfit.wearables)
EquipWearable(outfitWearable, EquipWearableSource.Outfit, setAsDirty: true, updateAvatarPreview: true);
EquipWearable(ExtendedUrnParser.GetShortenedUrn(outfitWearable), EquipWearableSource.Outfit, setAsDirty: true, updateAvatarPreview: true);

SetAllColors(outfit.outfit.eyes.color, outfit.outfit.hair.color, outfit.outfit.skin.color);

Expand Down

0 comments on commit f9a309e

Please sign in to comment.