EntityLookup as a system for content (#6931)
This commit is contained in:
@@ -475,7 +475,7 @@ namespace Content.Server.Storage.Components
|
||||
|
||||
protected virtual IEnumerable<EntityUid> DetermineCollidingEntities()
|
||||
{
|
||||
var entityLookup = IoCManager.Resolve<IEntityLookup>();
|
||||
var entityLookup = EntitySystem.Get<EntityLookupSystem>();
|
||||
return entityLookup.GetEntitiesIntersecting(Owner, _enteringRange, LookupFlags.Approximate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user