From a76f133a3c1701532b571dd52f01eba0d8e7a179 Mon Sep 17 00:00:00 2001 From: moneyl <8206401+Moneyl@users.noreply.github.com> Date: Tue, 25 Feb 2020 18:47:58 -0500 Subject: [PATCH] Add more components to client registerIgnore list (#746) --- Content.Client/EntryPoint.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index e6a8347c4a..e9765b3718 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -132,7 +132,10 @@ namespace Content.Client "Pourable", "Paper", "Write", - "Bloodstream" + "Bloodstream", + "Mind", + "MovementSpeedModifier", + "StorageFill" }; foreach (var ignoreName in registerIgnore)