diff --git a/Content.Server/Wires/WiresComponent.cs b/Content.Server/Wires/WiresComponent.cs index d9a10c2a61..1fac36af4a 100644 --- a/Content.Server/Wires/WiresComponent.cs +++ b/Content.Server/Wires/WiresComponent.cs @@ -29,7 +29,7 @@ public sealed class WiresComponent : Component /// The layout ID of this entity's wires. /// [ViewVariables] - [DataField("LayoutId", customTypeSerializer: typeof(PrototypeIdSerializer), required: true)] + [DataField("LayoutId", required: true)] public string LayoutId { get; set; } = default!; ///