From ce0e20ea30dc01974f8bd483eaf88c04efdd96b7 Mon Sep 17 00:00:00 2001 From: zumorica Date: Tue, 12 May 2020 14:45:35 +0200 Subject: [PATCH] Ignore some server-side only components on the client --- 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 7604f3e8e9..40fa3629de 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -144,7 +144,10 @@ namespace Content.Client "Mop", "Bucket", "Puddle", - "CanSpill" + "CanSpill", + "RandomPottedPlant", + "CommunicationsConsole", + "BarSign" }; foreach (var ignoreName in registerIgnore)