From 95590833ce663337f294d205d49cb38687ee1c20 Mon Sep 17 00:00:00 2001 From: Paul Ritter Date: Fri, 30 Oct 2020 18:08:39 +0100 Subject: [PATCH] ignores some components (#2461) Co-authored-by: Paul --- Content.Client/IgnoredComponents.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Client/IgnoredComponents.cs b/Content.Client/IgnoredComponents.cs index c906233b6c..b54be45138 100644 --- a/Content.Client/IgnoredComponents.cs +++ b/Content.Client/IgnoredComponents.cs @@ -212,6 +212,8 @@ "MorgueEntityStorage", "MorgueTray", "CrematoriumEntityStorage", + "RandomArcade", + "RandomSpriteState", }; } }