Make ClothingComponent Storeable.

This fixes being unable to store clothing into lockers.
This commit is contained in:
Pieter-Jan Briers 2019-03-28 11:47:45 +01:00
parent 880d4b7249
commit 3fb42ca4ee
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ namespace Content.Server
factory.RegisterReference<ItemComponent, StoreableComponent>();
factory.Register<ClothingComponent>();
factory.RegisterReference<ClothingComponent, ItemComponent>();
factory.RegisterReference<ClothingComponent, StoreableComponent>();
factory.Register<DamageableComponent>();
factory.Register<DestructibleComponent>();