Fix cutting/pulsing high-sec door wires (#15989)

This commit is contained in:
themias
2023-05-01 20:40:30 -04:00
committed by GitHub
parent 1c4a2594ce
commit e3d638a516

View File

@@ -165,10 +165,10 @@ public sealed class WiresSystem : SharedWiresSystem
else
types.Add(actionType, 1);
d.Id = i;
if (!d.Action.AddWire(d, types[actionType]))
d.Action = null;
}
d.Id = i;
data.Add(id, new WireLayout.WireData(d.Letter, d.Color, i));
wires.WiresList[i] = wireSet[id];