From 3d922749d9855b7df64bb65952629ece5d7c985a Mon Sep 17 00:00:00 2001 From: Swept Date: Fri, 12 Jun 2020 16:26:35 +0000 Subject: [PATCH] Cleans up some component errors from the console. (#1091) --- Content.Server/EntryPoint.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/EntryPoint.cs b/Content.Server/EntryPoint.cs index cdfabcd4ee..90a76589e4 100644 --- a/Content.Server/EntryPoint.cs +++ b/Content.Server/EntryPoint.cs @@ -44,6 +44,7 @@ namespace Content.Server "AnimationsTest", "ItemStatus", "Marker", + "EmergencyLight", }; foreach (var ignoreName in registerIgnore)