diff --git a/Content.Shared/ProximityDetection/Components/ProximityDetectorComponent.cs b/Content.Shared/ProximityDetection/Components/ProximityDetectorComponent.cs index a46ea1a81f..09cb7f06d5 100644 --- a/Content.Shared/ProximityDetection/Components/ProximityDetectorComponent.cs +++ b/Content.Shared/ProximityDetection/Components/ProximityDetectorComponent.cs @@ -21,7 +21,7 @@ public sealed partial class ProximityDetectorComponent : Component /// Note: RequireAll is only supported for tags, all components are required to count as a match! /// [DataField( required: true), AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)] - public EntityWhitelist Criteria = default!; + public EntityWhitelist Criteria = new(); /// /// Found Entity