From 32ff4b8521e20d3d2ad7bec04992930d13b32865 Mon Sep 17 00:00:00 2001 From: Exp Date: Fri, 23 Oct 2020 15:56:13 +0200 Subject: [PATCH] Ignore Brain (#2367) --- Content.Client/IgnoredComponents.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Client/IgnoredComponents.cs b/Content.Client/IgnoredComponents.cs index 151392fa30..ece3e57f00 100644 --- a/Content.Client/IgnoredComponents.cs +++ b/Content.Client/IgnoredComponents.cs @@ -181,7 +181,8 @@ "GasCanister", "GasCanisterPort", "Lung", - "Cleanable" + "Cleanable", + "Brain" }; } }