From d2578370a7222419027e22e8ddaaf17f57f86d5f Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Thu, 28 Sep 2023 17:44:47 -0700 Subject: [PATCH] Fix not networking markings (#20588) --- Content.Shared/Humanoid/HumanoidAppearanceComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Humanoid/HumanoidAppearanceComponent.cs b/Content.Shared/Humanoid/HumanoidAppearanceComponent.cs index 296545f0b4..bd7eef34bc 100644 --- a/Content.Shared/Humanoid/HumanoidAppearanceComponent.cs +++ b/Content.Shared/Humanoid/HumanoidAppearanceComponent.cs @@ -13,7 +13,7 @@ public sealed partial class HumanoidAppearanceComponent : Component { public MarkingSet ClientOldMarkings = new(); - [DataField] + [DataField, AutoNetworkedField] public MarkingSet MarkingSet = new(); [DataField]