]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix adjacent north/south cable terminals breaking east/west HV cable (#38377)
authorWhatstone <166147148+whatston3@users.noreply.github.com>
Tue, 17 Jun 2025 09:13:35 +0000 (05:13 -0400)
committerGitHub <noreply@github.com>
Tue, 17 Jun 2025 09:13:35 +0000 (02:13 -0700)
Content.Server/Power/Nodes/CableNode.cs

index b8c404e8e24d504aceb1d242d9092731ff7c190f..b0cbad4d48bd1c8e670a687903fec7fe5d4e0463 100644 (file)
@@ -52,7 +52,6 @@ namespace Content.Server.Power.Nodes
                         {
                             // Target tile has a terminal towards us, block the direction.
                             terminalDirs |= 1 << (int) dir;
-                            break;
                         }
                     }
                 }