Ignore component on client.

This commit is contained in:
Vera Aguilera Puerto
2021-10-19 21:15:23 +02:00
parent 7ccf9668d4
commit f2fc1431aa
2 changed files with 1 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ namespace Content.Client.Entry
"AccessReader",
"IdCardConsole",
"Airlock",
"AtmosFixMarker",
"CablePlacer",
"Drink",
"Food",

View File

@@ -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
{