diff --git a/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs b/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs index e1cd2e3429..6233bef651 100644 --- a/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs +++ b/Content.Server/DeviceNetwork/Systems/NetworkConfiguratorSystem.cs @@ -68,6 +68,7 @@ public sealed class NetworkConfiguratorSystem : EntitySystem private void OnMapInit(EntityUid uid, NetworkConfiguratorComponent component, MapInitEvent args) { component.Devices.Clear(); + UpdateUiState(uid, component); } private void TryAddNetworkDevice(EntityUid? targetUid, EntityUid configuratorUid, EntityUid userUid,