Kill bobby 2.0 (#6023)
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Content.Client.Commands
|
||||
public void Execute(IConsoleShell shell, string argStr, string[] args)
|
||||
{
|
||||
var entityManager = IoCManager.Resolve<IEntityManager>();
|
||||
var mechanisms = entityManager.EntityQuery<SharedMechanismComponent>(true);
|
||||
var mechanisms = entityManager.EntityQuery<MechanismComponent>(true);
|
||||
|
||||
foreach (var mechanism in mechanisms)
|
||||
{
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace Content.Client.Commands
|
||||
public void Execute(IConsoleShell shell, string argStr, string[] args)
|
||||
{
|
||||
var entityManager = IoCManager.Resolve<IEntityManager>();
|
||||
var mechanisms = entityManager.EntityQuery<SharedMechanismComponent>(true);
|
||||
var mechanisms = entityManager.EntityQuery<MechanismComponent>(true);
|
||||
|
||||
foreach (var mechanism in mechanisms)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user