1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-02-05 04:22:21 +08:00

CheatEnabler v2.3.5

This commit is contained in:
2023-10-24 17:54:29 +08:00
parent c8f1e1d55a
commit 3ae1c91f1c
4 changed files with 7 additions and 2 deletions

View File

@@ -245,6 +245,7 @@ public static class DysonSpherePatch
var layer = layers[(lidx + i) % llen];
var nodes = layer.nodePool;
var nlen = layer.nodeCursor - 1;
if (nlen <= 0) continue;
var nidx = (int)time % nlen;
for (var j = nlen; j > 0; j--)
{