From d5ec234fd3fef853b7f599e3945825adc354a9f2 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 31 Jul 2019 22:42:36 +0200 Subject: [PATCH] Ignore some client components on the server. --- Content.Server/EntryPoint.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Content.Server/EntryPoint.cs b/Content.Server/EntryPoint.cs index 7d3a279492..04f1e61272 100644 --- a/Content.Server/EntryPoint.cs +++ b/Content.Server/EntryPoint.cs @@ -32,7 +32,10 @@ namespace Content.Server { "ConstructionGhost", "IconSmooth", - "SubFloorHide" + "SubFloorHide", + "LowWall", + "Window", + "CharacterInfo" }; foreach (var ignoreName in registerIgnore)