From 9640c33210e914b924acdc9a3d63918bcee3d39e Mon Sep 17 00:00:00 2001 From: Metal Gear Sloth Date: Fri, 5 Feb 2021 18:46:09 +1100 Subject: [PATCH] Fix strippable crash --- Content.Server/GameObjects/Components/GUI/StrippableComponent.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/GameObjects/Components/GUI/StrippableComponent.cs b/Content.Server/GameObjects/Components/GUI/StrippableComponent.cs index 6abb62df94..7d0e01bd1c 100644 --- a/Content.Server/GameObjects/Components/GUI/StrippableComponent.cs +++ b/Content.Server/GameObjects/Components/GUI/StrippableComponent.cs @@ -24,6 +24,7 @@ using static Content.Shared.GameObjects.Components.Inventory.EquipmentSlotDefine namespace Content.Server.GameObjects.Components.GUI { [RegisterComponent] + [ComponentReference(typeof(SharedStrippableComponent))] public sealed class StrippableComponent : SharedStrippableComponent { public const float StripDelay = 2f;