Fix strippable crash

This commit is contained in:
Metal Gear Sloth
2021-02-05 18:46:09 +11:00
parent 3be3b7da64
commit 9640c33210

View File

@@ -24,6 +24,7 @@ using static Content.Shared.GameObjects.Components.Inventory.EquipmentSlotDefine
namespace Content.Server.GameObjects.Components.GUI namespace Content.Server.GameObjects.Components.GUI
{ {
[RegisterComponent] [RegisterComponent]
[ComponentReference(typeof(SharedStrippableComponent))]
public sealed class StrippableComponent : SharedStrippableComponent public sealed class StrippableComponent : SharedStrippableComponent
{ {
public const float StripDelay = 2f; public const float StripDelay = 2f;