diff --git a/Content.Server/GameObjects/Components/WiresComponent.cs b/Content.Server/GameObjects/Components/WiresComponent.cs index 587cb159cb..18510e6908 100644 --- a/Content.Server/GameObjects/Components/WiresComponent.cs +++ b/Content.Server/GameObjects/Components/WiresComponent.cs @@ -114,6 +114,11 @@ namespace Content.Server.GameObjects.Components _userInterface = Owner.GetComponent() .GetBoundUserInterface(WiresUiKey.Key); _userInterface.OnReceiveMessage += UserInterfaceOnReceiveMessage; + } + + protected override void Startup() + { + base.Startup(); foreach (var wiresProvider in Owner.GetAllComponents()) { diff --git a/RobustToolbox b/RobustToolbox index 6677035233..643c76b28e 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 66770352331043a80f9d0d15c0e9c46a8d3e6b78 +Subproject commit 643c76b28ea9d0612a38326d08c277de013153b6