From: Whatstone <166147148+whatston3@users.noreply.github.com> Date: Tue, 17 Jun 2025 09:13:35 +0000 (-0400) Subject: Fix adjacent north/south cable terminals breaking east/west HV cable (#38377) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=53a01bfb469c7cc6c6a44b0cc94c9527d79be7e0;p=space-station-14.git Fix adjacent north/south cable terminals breaking east/west HV cable (#38377) --- diff --git a/Content.Server/Power/Nodes/CableNode.cs b/Content.Server/Power/Nodes/CableNode.cs index b8c404e8e2..b0cbad4d48 100644 --- a/Content.Server/Power/Nodes/CableNode.cs +++ b/Content.Server/Power/Nodes/CableNode.cs @@ -52,7 +52,6 @@ namespace Content.Server.Power.Nodes { // Target tile has a terminal towards us, block the direction. terminalDirs |= 1 << (int) dir; - break; } } }