Fix GasMixers/Filters not working (#26568)

* Fix GasMixers/Filters not working

* OKAY GAS FILTERS TOO

---------

Co-authored-by: Plykiya <plykiya@protonmail.com>
This commit is contained in:
Plykiya
2024-03-30 11:11:44 -07:00
committed by GitHub
parent 1ffa5c28d8
commit 7638252df3
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ namespace Content.Server.NodeContainer.EntitySystems
&& ent.Comp.Nodes.TryGetValue(id2, out var n2)
&& n2 is T2 t2
&& ent.Comp.Nodes.TryGetValue(id3, out var n3)
&& n2 is T3 t3)
&& n3 is T3 t3)
{
node1 = t1;
node2 = t2;