diff --git a/Content.Client/GameObjects/Components/Clothing/ClothingComponent.cs b/Content.Client/GameObjects/Components/Clothing/ClothingComponent.cs index 0a06ab4203..75f8ca183b 100644 --- a/Content.Client/GameObjects/Components/Clothing/ClothingComponent.cs +++ b/Content.Client/GameObjects/Components/Clothing/ClothingComponent.cs @@ -32,6 +32,7 @@ namespace Content.Client.GameObjects.Components.Clothing base.ExposeData(serializer); serializer.DataField(ref _femaleMask, "femaleMask", FemaleClothingMask.UniformFull); + serializer.DataField(this, p => p.ClothingEquippedPrefix, "ClothingPrefix", null); } public (RSI rsi, RSI.StateId stateId)? GetEquippedStateInfo(EquipmentSlotDefines.SlotFlags slot)