diff --git a/Content.Client/IgnoredComponents.cs b/Content.Client/IgnoredComponents.cs index 816f88f7d3..4de17f9e45 100644 --- a/Content.Client/IgnoredComponents.cs +++ b/Content.Client/IgnoredComponents.cs @@ -215,6 +215,7 @@ "WelderRefinable", "ConveyorAssembly", "TwoWayLever", + "FirelockElectronics", }; } } diff --git a/Content.Server/GameObjects/Components/Items/FirelockElectronics.cs b/Content.Server/GameObjects/Components/Items/FirelockElectronicsComponent.cs similarity index 100% rename from Content.Server/GameObjects/Components/Items/FirelockElectronics.cs rename to Content.Server/GameObjects/Components/Items/FirelockElectronicsComponent.cs