From 4e2b4a8e22f8d97ea1719da42e055b587995ae91 Mon Sep 17 00:00:00 2001 From: Soar Qin Date: Tue, 22 Jul 2025 13:38:12 +0800 Subject: [PATCH] minor fix --- CheatEnabler/Functions/DysonSphereFunctions.cs | 1 - 1 file changed, 1 deletion(-) 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(); }