diff --git a/src/en/ss14-by-example/basic-networking-and-you.md b/src/en/ss14-by-example/basic-networking-and-you.md index 4e258471..e0b41875 100644 --- a/src/en/ss14-by-example/basic-networking-and-you.md +++ b/src/en/ss14-by-example/basic-networking-and-you.md @@ -31,13 +31,10 @@ An example of all of the networking code required for IDCardComponent now, from // IDCardComponent.cs [RegisterComponent, NetworkedComponent] [AutoGenerateComponentState] -[Access(typeof(SharedIdCardSystem), typeof(SharedPDASystem), typeof(SharedAgentIdCardSystem))] public sealed partial class IdCardComponent : Component { [DataField] [AutoNetworkedField] - [Access(typeof(SharedIdCardSystem), typeof(SharedPDASystem), typeof(SharedAgentIdCardSystem), - Other = AccessPermissions.ReadWrite)] // FIXME Friends public string? FullName; [DataField]