diff --git a/Content.Server/GameObjects/Components/WiresComponent.cs b/Content.Server/GameObjects/Components/WiresComponent.cs index 888e93f572..587cb159cb 100644 --- a/Content.Server/GameObjects/Components/WiresComponent.cs +++ b/Content.Server/GameObjects/Components/WiresComponent.cs @@ -87,7 +87,6 @@ namespace Content.Server.GameObjects.Components private readonly Dictionary _statuses = new Dictionary(); /// - /// As seen on /vg/station. /// and . /// private readonly List _availableColors = new List() @@ -104,7 +103,6 @@ namespace Content.Server.GameObjects.Components Color.Purple, Color.Pink, Color.Fuchsia, - Color.Aqua, }; public override void Initialize()