From 79ee241bb78d61c88c74768e95ae4f52fb258789 Mon Sep 17 00:00:00 2001 From: DamianX Date: Sun, 15 Dec 2019 14:12:33 +0100 Subject: [PATCH] Fixed client unknown component warnings (#491) --- Content.Client/EntryPoint.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index df256cbd9f..2ad6132e91 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -123,6 +123,11 @@ namespace Content.Client "Hunger", "Thirst", "Rotatable", + "MagicMirror", + "MedkitFill", + "FloorTile", + "FootstepSound", + "UtilityBeltClothingFill" }; foreach (var ignoreName in registerIgnore)