More (IComponent) shenanigans and also some contaminated IoCManager.Resolve<IEntityManager>() very long yes calls
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Content.Server.Shuttles.EntitySystems
|
||||
{
|
||||
if (comp.Console == null) continue;
|
||||
|
||||
if (!_blocker.CanInteract(((IComponent) comp).Owner))
|
||||
if (!_blocker.CanInteract((comp).Owner))
|
||||
{
|
||||
toRemove.Add(comp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user