Make systems default to no paused comps (#2475)
* Make systems default to no paused comps * Restore old paused But with a new name Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Server.GameObjects.EntitySystems
|
||||
{
|
||||
public override void Update(float frameTime)
|
||||
{
|
||||
foreach (var comp in ComponentManager.EntityQuery<BatteryComponent>(false))
|
||||
foreach (var comp in ComponentManager.EntityQuery<BatteryComponent>())
|
||||
{
|
||||
comp.OnUpdate(frameTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user