parent
51a2b365cf
commit
24f8da8f0c
|
|
@ -107,7 +107,7 @@ public abstract class SharedStorageSystem : EntitySystem
|
|||
|
||||
args.State = new StorageComponentState()
|
||||
{
|
||||
Grid = component.Grid,
|
||||
Grid = new List<Box2i>(component.Grid),
|
||||
IsUiOpen = component.IsUiOpen,
|
||||
MaxItemSize = component.MaxItemSize,
|
||||
StoredItems = storedItems
|
||||
|
|
|
|||
Loading…
Reference in New Issue