From f2fc1431aae8dea7e6b8b7f028307356d0d290a4 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Tue, 19 Oct 2021 21:15:23 +0200 Subject: [PATCH] Ignore component on client. --- Content.Client/Entry/IgnoredComponents.cs | 1 + Content.Server/Atmos/Components/AtmosFixMarkerComponent.cs | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) 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 {