Remove cloneData parameter from AutoNetworkedField (#20596)
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Content.Shared.Standing
|
||||
/// List of fixtures that had their collision mask changed when the entity was downed.
|
||||
/// Required for re-adding the collision mask.
|
||||
/// </summary>
|
||||
[DataField, AutoNetworkedField(true)]
|
||||
[DataField, AutoNetworkedField]
|
||||
public List<string> ChangedFixtures = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user