From ae80762cc5b24df51910ae9e58263ed6f3e845bc Mon Sep 17 00:00:00 2001 From: zumorica Date: Sun, 24 May 2020 14:17:45 +0200 Subject: [PATCH] Ignore some server-side components on the client --- Content.Client/EntryPoint.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index 935db4b5ad..d90835489c 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -52,7 +52,7 @@ namespace Content.Client var registerIgnore = new[] { - "Wrenchable", + "Anchorable", "AmmoBox", "Breakable", "Pickaxe", @@ -155,7 +155,10 @@ namespace Content.Client "SolarPanel", "BodyScanner", "Stunbaton", - "EmergencyClosetFill" + "EmergencyClosetFill", + "Tool", + "TilePrying", + "RandomToolColor", }; foreach (var ignoreName in registerIgnore)