From c0275238ac2e860f89ccf21a358fa5e38b28bed6 Mon Sep 17 00:00:00 2001 From: Ed Date: Sun, 2 Feb 2025 15:30:34 +0300 Subject: [PATCH] Update CP14DemiplaneGeneratorDataComponent.cs --- .../Demiplane/Components/CP14DemiplaneGeneratorDataComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";