1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 03:33:29 +08:00

minor fix

This commit is contained in:
2025-07-22 13:38:12 +08:00
parent 4f292bd2d3
commit 4e2b4a8e22

View File

@@ -1219,7 +1219,6 @@ public static class DysonSphereFunctions
layer.QuickAddDysonShell(0, newNodes, newFrames, false); layer.QuickAddDysonShell(0, newNodes, newFrames, false);
foreach (var node in newNodes) foreach (var node in newNodes)
{ {
dysonSphere.AddDysonNodeRData(node, true);
node.RecalcSpReq(); node.RecalcSpReq();
node.RecalcCpReq(); node.RecalcCpReq();
} }