Pausing content (#3061)
* Change EntityQuery to not retrieve paused by default * GetAllComponents Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Content.Client.Commands
|
||||
.EnableAll = true;
|
||||
|
||||
var components = IoCManager.Resolve<IEntityManager>().ComponentManager
|
||||
.EntityQuery<SubFloorHideComponent>();
|
||||
.EntityQuery<SubFloorHideComponent>(true);
|
||||
|
||||
foreach (var component in components)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user