Fix master (#23656)

Proximity didn't pass CI.
This commit is contained in:
metalgearsloth 2024-01-07 14:23:25 +11:00 committed by GitHub
parent 40e4d43c3b
commit fed15b0330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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