From: DrSmugleaf Date: Fri, 29 Sep 2023 00:44:47 +0000 (-0700) Subject: Fix not networking markings (#20588) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d2578370a7222419027e22e8ddaaf17f57f86d5f;p=space-station-14.git Fix not networking markings (#20588) --- 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]