Fix morgue picking up pipes (#5045)
This commit is contained in:
parent
6067122abc
commit
1e7a3ff191
|
|
@ -153,7 +153,7 @@ namespace Content.Server.Morgue.Components
|
|||
}
|
||||
|
||||
var entityLookup = IoCManager.Resolve<IEntityLookup>();
|
||||
foreach (var entity in entityLookup.GetEntitiesIntersecting(_tray))
|
||||
foreach (var entity in entityLookup.GetEntitiesIntersecting(_tray, flags: LookupFlags.None))
|
||||
{
|
||||
yield return entity;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue