merge stable into master (#37055)
This commit is contained in:
commit
97d4e80685
1 changed files with 1 additions and 0 deletions
|
|
@ -347,6 +347,7 @@ public abstract class SharedStorageSystem : EntitySystem
|
|||
storage = null;
|
||||
|
||||
if (!ContainerSystem.TryGetContainingContainer(itemEnt, out container) ||
|
||||
container.ID != StorageComponent.ContainerId ||
|
||||
!TryComp(container.Owner, out storage) ||
|
||||
!_itemQuery.Resolve(itemEnt, ref itemEnt.Comp, false))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue