From 5d74dede0bf2c6803ba31f22eb14a4e38b75176b Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 28 Mar 2025 17:18:31 -0500 Subject: [PATCH] ? (cherry picked from commit f8202b76fb14458d23b255a208ccaf5906f7adef) --- Content.Shared/_Goobstation/Bingle/BinglePitComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]