Merge branch 'master' into replace-sounds-with-sound-specifier
This commit is contained in:
@@ -444,7 +444,7 @@ namespace Content.Server.Storage.Components
|
||||
EmptyContents();
|
||||
}
|
||||
|
||||
protected IEnumerable<IEntity> DetermineCollidingEntities()
|
||||
protected virtual IEnumerable<IEntity> DetermineCollidingEntities()
|
||||
{
|
||||
var entityLookup = IoCManager.Resolve<IEntityLookup>();
|
||||
return entityLookup.GetEntitiesIntersecting(Owner);
|
||||
|
||||
Reference in New Issue
Block a user