From dffbe5b761286d54ded28d3132121b264d1c0fb7 Mon Sep 17 00:00:00 2001 From: vulppine Date: Tue, 30 Aug 2022 22:06:06 -0700 Subject: [PATCH] mapinit updates ui state for networkconfigurators as well --- .../DeviceNetwork/Systems/NetworkConfiguratorSystem.cs | 1 + 1 file changed, 1 insertion(+) 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,