Use cached atmosphere system in pipenet update.
- Also unslows PJB's yeast
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Content.Server.NodeContainer.NodeGroups
|
|||||||
|
|
||||||
public void Update()
|
public void Update()
|
||||||
{
|
{
|
||||||
EntitySystem.Get<AtmosphereSystem>().React(Air, this);
|
_atmosphereSystem?.React(Air, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnAddNode(Node node)
|
protected override void OnAddNode(Node node)
|
||||||
|
|||||||
Reference in New Issue
Block a user