diff --git a/Content.Client/Entry/IgnoredComponents.cs b/Content.Client/Entry/IgnoredComponents.cs index a50348367b..fc7e2b17e9 100644 --- a/Content.Client/Entry/IgnoredComponents.cs +++ b/Content.Client/Entry/IgnoredComponents.cs @@ -49,6 +49,7 @@ namespace Content.Client.Entry "AccessReader", "IdCardConsole", "Airlock", + "AtmosFixMarker", "CablePlacer", "Drink", "Food", diff --git a/Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs b/Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs index 36b28497fd..712f847fd5 100644 --- a/Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs +++ b/Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs @@ -1,8 +1,5 @@ -using Content.Server.Atmos.EntitySystems; -using Content.Server.Temperature.Components; using Robust.Shared.GameObjects; using Robust.Shared.Serialization.Manager.Attributes; -using Robust.Shared.ViewVariables; namespace Content.Server.Atmos.Components {