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:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user