Ignore some client components on the server.
This commit is contained in:
@@ -32,7 +32,10 @@ namespace Content.Server
|
|||||||
{
|
{
|
||||||
"ConstructionGhost",
|
"ConstructionGhost",
|
||||||
"IconSmooth",
|
"IconSmooth",
|
||||||
"SubFloorHide"
|
"SubFloorHide",
|
||||||
|
"LowWall",
|
||||||
|
"Window",
|
||||||
|
"CharacterInfo"
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var ignoreName in registerIgnore)
|
foreach (var ignoreName in registerIgnore)
|
||||||
|
|||||||
Reference in New Issue
Block a user