From 257189141eab0134cb54f28ae4ec9bf7622a805c Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Fri, 10 Jul 2020 13:56:39 +0200 Subject: [PATCH] Add missing ignored components for the client (#1337) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix client unknown component errors * Update Content.Client/IgnoredComponents.cs Co-authored-by: VĂ­ctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com> --- Content.Client/IgnoredComponents.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Content.Client/IgnoredComponents.cs b/Content.Client/IgnoredComponents.cs index ce60d6b7f5..3829cfda87 100644 --- a/Content.Client/IgnoredComponents.cs +++ b/Content.Client/IgnoredComponents.cs @@ -127,7 +127,11 @@ "Wire", "StressTestMovement", "Toys", - "SurgeryTool" + "SurgeryTool", + "Slippery", + "EmitSoundOnThrow", + "Flash", + "DamageOnToolInteract", }; } }