Ignore some client components on the server.

This commit is contained in:
Pieter-Jan Briers
2019-07-31 22:42:36 +02:00
parent e95bf0a642
commit d5ec234fd3

View File

@@ -32,7 +32,10 @@ namespace Content.Server
{
"ConstructionGhost",
"IconSmooth",
"SubFloorHide"
"SubFloorHide",
"LowWall",
"Window",
"CharacterInfo"
};
foreach (var ignoreName in registerIgnore)