]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix master (#23656)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sun, 7 Jan 2024 03:23:25 +0000 (14:23 +1100)
committerGitHub <noreply@github.com>
Sun, 7 Jan 2024 03:23:25 +0000 (14:23 +1100)
Proximity didn't pass CI.

Content.Shared/ProximityDetection/Components/ProximityDetectorComponent.cs

index a46ea1a81f7e85b1b0af280fca5146a399cbca61..09cb7f06d5d9ca357b389dcf59fe2a07d3d8019f 100644 (file)
@@ -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!
     /// </summary>
     [DataField( required: true), AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)]
-    public EntityWhitelist Criteria = default!;
+    public EntityWhitelist Criteria = new();
 
     /// <summary>
     /// Found Entity