diff --git a/Content.Server/_CP14/Demiplane/Components/CP14DemiplaneGeneratorDataComponent.cs b/Content.Server/_CP14/Demiplane/Components/CP14DemiplaneGeneratorDataComponent.cs index ba768ea9df..87bea077ba 100644 --- a/Content.Server/_CP14/Demiplane/Components/CP14DemiplaneGeneratorDataComponent.cs +++ b/Content.Server/_CP14/Demiplane/Components/CP14DemiplaneGeneratorDataComponent.cs @@ -23,7 +23,7 @@ public sealed partial class CP14DemiplaneGeneratorDataComponent : Component public Dictionary TiersContent = new(); [DataField(required: true)] - public Dictionary, float> Limits; + public Dictionary, float> Limits = new(); [DataField] public ProtoId Statistic = "DemiplaneOpen";