Fixes Jumpskirts (#1442)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user