diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index a7ea6d594c..a3d469b636 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -125,7 +125,9 @@ namespace Content.Client "MedkitFill", "FloorTile", "FootstepSound", - "UtilityBeltClothingFill" + "UtilityBeltClothingFill", + "ShuttleController", + "HumanInventoryController" }; foreach (var ignoreName in registerIgnore) diff --git a/Content.Server/EntryPoint.cs b/Content.Server/EntryPoint.cs index 06630a8198..9f5fe35a4f 100644 --- a/Content.Server/EntryPoint.cs +++ b/Content.Server/EntryPoint.cs @@ -39,6 +39,7 @@ namespace Content.Server "InteractionOutline", "MeleeWeaponArcAnimation", "AnimationsTest", + "ItemStatus" }; foreach (var ignoreName in registerIgnore)