diff --git a/Content.Shared/ShortConstruction/ShortConstructionComponent.cs b/Content.Shared/ShortConstruction/ShortConstructionComponent.cs index 8a336dc297..453829c7be 100644 --- a/Content.Shared/ShortConstruction/ShortConstructionComponent.cs +++ b/Content.Shared/ShortConstruction/ShortConstructionComponent.cs @@ -16,10 +16,10 @@ public sealed partial class ShortConstructionComponent : Component [DataDefinition] public sealed partial class ShortConstructionEntry { - [DataField("prototype")] + [DataField] public ProtoId? Prototype { get; set; } - [DataField("category")] + [DataField] public ShortConstructionCategory? Category { get; set; } }