Fix restartround crash and cleanup ServerStorageComponent (#1340)

This commit is contained in:
DrSmugleaf
2020-07-17 11:03:07 +02:00
committed by GitHub
parent 90ca60c56a
commit 53a2392edc
10 changed files with 342 additions and 259 deletions
@@ -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
{