From ce0e20ea30dc01974f8bd483eaf88c04efdd96b7 Mon Sep 17 00:00:00 2001 From: zumorica Date: Tue, 12 May 2020 14:45:35 +0200 Subject: [PATCH 1/2] 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) From db0ae00e1fb1791e3354baabd3616da3d24a3cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= <6766154+Zumorica@users.noreply.github.com> Date: Tue, 12 May 2020 21:24:39 +0200 Subject: [PATCH 2/2] Update Content.Client/EntryPoint.cs Co-authored-by: Clyybber --- Content.Client/EntryPoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index 40fa3629de..2676cf26a2 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -147,7 +147,7 @@ namespace Content.Client "CanSpill", "RandomPottedPlant", "CommunicationsConsole", - "BarSign" + "BarSign", }; foreach (var ignoreName in registerIgnore)