Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -24,7 +24,6 @@ namespace Content.Shared.Access.Components
|
||||
/// there has to be an access list that is a subset of the access in the checking list.
|
||||
/// </summary>
|
||||
[DataField("access")]
|
||||
[ViewVariables]
|
||||
public List<HashSet<string>> AccessLists = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user