diff --git a/UXAssist/Patches/DysonSpherePatch.cs b/UXAssist/Patches/DysonSpherePatch.cs index f3a97cf..6ffb98b 100644 --- a/UXAssist/Patches/DysonSpherePatch.cs +++ b/UXAssist/Patches/DysonSpherePatch.cs @@ -474,6 +474,7 @@ public class DysonSpherePatch: PatchImpl } } + [PatchSetCallbackFlag(PatchCallbackFlag.CallOnDisableAfterUnpatch)] private class OnlyConstructNodes: PatchImpl { protected override void OnEnable()