From cf2d1d4a77c413d51047b1cd4130457345da1f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Tue, 9 Jun 2020 14:12:41 +0200 Subject: [PATCH] Register new component ignores on client --- Content.Client/EntryPoint.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index c7ee8d6eca..6ec1fcc427 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -165,6 +165,8 @@ namespace Content.Client "ConditionalSpawner", "PottedPlantHide", "SecureEntityStorage", + "PresetIdCard", + "SolarControlConsole", }; foreach (var ignoreName in registerIgnore)