From 3cd5d7ba3bc422716522a09e19bddbb6181f0901 Mon Sep 17 00:00:00 2001 From: Exp Date: Wed, 29 Jul 2020 13:03:29 +0200 Subject: [PATCH] Add Listening & Radio to IgnoredComponents (#1529) --- Content.Client/IgnoredComponents.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Client/IgnoredComponents.cs b/Content.Client/IgnoredComponents.cs index 26295e0776..d6afdbfc3c 100644 --- a/Content.Client/IgnoredComponents.cs +++ b/Content.Client/IgnoredComponents.cs @@ -138,6 +138,8 @@ "RCD", "Pullable", "CursedEntityStorage", + "Listening", + "Radio" }; } }