diff --git a/CheatEnabler/Functions/DysonSphereFunctions.cs b/CheatEnabler/Functions/DysonSphereFunctions.cs index 035aaa9..5b40746 100644 --- a/CheatEnabler/Functions/DysonSphereFunctions.cs +++ b/CheatEnabler/Functions/DysonSphereFunctions.cs @@ -1219,7 +1219,6 @@ public static class DysonSphereFunctions layer.QuickAddDysonShell(0, newNodes, newFrames, false); foreach (var node in newNodes) { - dysonSphere.AddDysonNodeRData(node, true); node.RecalcSpReq(); node.RecalcCpReq(); }