Fix adjacent north/south cable terminals breaking east/west HV cable (#38377)
This commit is contained in:
@@ -52,7 +52,6 @@ namespace Content.Server.Power.Nodes
|
|||||||
{
|
{
|
||||||
// Target tile has a terminal towards us, block the direction.
|
// Target tile has a terminal towards us, block the direction.
|
||||||
terminalDirs |= 1 << (int) dir;
|
terminalDirs |= 1 << (int) dir;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user