diff --git a/Content.Server/DeviceNetwork/Components/DeviceListComponent.cs b/Content.Server/DeviceNetwork/Components/DeviceListComponent.cs index 9937cdef7c..e233930374 100644 --- a/Content.Server/DeviceNetwork/Components/DeviceListComponent.cs +++ b/Content.Server/DeviceNetwork/Components/DeviceListComponent.cs @@ -3,7 +3,7 @@ namespace Content.Server.DeviceNetwork.Components; [RegisterComponent] -[Friend(typeof(DeviceListSystem))] +[Access(typeof(DeviceListSystem))] public sealed class DeviceListComponent : Component { /// diff --git a/Content.Server/DeviceNetwork/Components/NetworkConfiguratorComponent.cs b/Content.Server/DeviceNetwork/Components/NetworkConfiguratorComponent.cs index 1e43af63a3..01fe35db92 100644 --- a/Content.Server/DeviceNetwork/Components/NetworkConfiguratorComponent.cs +++ b/Content.Server/DeviceNetwork/Components/NetworkConfiguratorComponent.cs @@ -4,7 +4,7 @@ using Content.Shared.Sound; namespace Content.Server.DeviceNetwork.Components; [RegisterComponent] -[Friend(typeof(NetworkConfiguratorSystem))] +[Access(typeof(NetworkConfiguratorSystem))] public sealed class NetworkConfiguratorComponent : Component { ///