Use cached atmosphere system in pipenet update.

- Also unslows PJB's yeast
This commit is contained in:
Vera Aguilera Puerto
2021-06-26 11:56:11 +02:00
parent fc74eaca62
commit 4d89eda952

View File

@@ -46,7 +46,7 @@ namespace Content.Server.NodeContainer.NodeGroups
public void Update()
{
EntitySystem.Get<AtmosphereSystem>().React(Air, this);
_atmosphereSystem?.React(Air, this);
}
protected override void OnAddNode(Node node)