diff --git a/Content.Shared/_Goobstation/Bingle/BinglePitComponent.cs b/Content.Shared/_Goobstation/Bingle/BinglePitComponent.cs index 8517795278..f63bfd79e6 100644 --- a/Content.Shared/_Goobstation/Bingle/BinglePitComponent.cs +++ b/Content.Shared/_Goobstation/Bingle/BinglePitComponent.cs @@ -46,7 +46,7 @@ public sealed partial class BinglePitComponent : Component /// Where the entities go when they fall into the pit, empties when the pit is destroyed /// [DataField("pit")] - public Container Pit? = default!; + public Container? Pit = default!; [DataField] public SoundSpecifier FallingSound = new SoundPathSpecifier("/Audio/Effects/falling.ogg"); [DataField]