From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 7 Jan 2024 03:23:25 +0000 (+1100) Subject: Fix master (#23656) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=fed15b0330b277ff641bebe6d8b8faaec58be653;p=space-station-14.git Fix master (#23656) Proximity didn't pass CI. --- 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