forked from SpaceStation14-Shenanigans/Monolith
Fix restartround crash and cleanup ServerStorageComponent (#1340)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Content.Server.GameObjects
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(ItemComponent))]
|
||||
[ComponentReference(typeof(StoreableComponent))]
|
||||
[ComponentReference(typeof(StorableComponent))]
|
||||
[ComponentReference(typeof(IItemComponent))]
|
||||
public class ClothingComponent : ItemComponent, IUse
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user