From 5bc7343a9b737a4f2b59f2edf5db72bc4d205e3d Mon Sep 17 00:00:00 2001 From: Swept Date: Tue, 19 Jan 2021 08:53:39 +0000 Subject: [PATCH] Initial (#3024) --- 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 f38cd10cf0..77d93add0d 100644 --- a/Content.Client/IgnoredComponents.cs +++ b/Content.Client/IgnoredComponents.cs @@ -236,7 +236,8 @@ namespace Content.Client "DamageOtherOnHit", "DamageOnLand", "GasFilter", - "Recyclable" + "Recyclable", + "ClusterFlash" }; } }