diff --git a/Content.Client/IgnoredComponents.cs b/Content.Client/IgnoredComponents.cs index c176efa82d..3da41e9fbb 100644 --- a/Content.Client/IgnoredComponents.cs +++ b/Content.Client/IgnoredComponents.cs @@ -1,3 +1,4 @@ +// ReSharper disable ArrangeTrailingCommaInMultilineLists namespace Content.Client { public static class IgnoredComponents @@ -242,7 +243,10 @@ namespace Content.Client "SecretStash", "Toilet", "ClusterFlash", - "GasGenerator" + "GasGenerator", + "SolutionTransfer", + "Shovel", + "ReagentTank", }; } } diff --git a/Content.Server/IgnoredComponents.cs b/Content.Server/IgnoredComponents.cs index 2a06e313f4..9003823e8c 100644 --- a/Content.Server/IgnoredComponents.cs +++ b/Content.Server/IgnoredComponents.cs @@ -1,9 +1,8 @@ +// ReSharper disable ArrangeTrailingCommaInMultilineLists namespace Content.Server { - public static class IgnoredComponents { - public static string[] List => new [] { "ConstructionGhost", "IconSmooth", @@ -18,9 +17,7 @@ namespace Content.Server "Clickable", "RadiatingLight", "Icon", - "ClientEntitySpawner" + "ClientEntitySpawner", }; - } - }