Skip to content

Commit 68e4e44

Browse files
committed
Fix
1 parent 054857a commit 68e4e44

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

NewMod/Patches/MainMenuPatch.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public static class MainMenuPatch
2222
public static SpriteRenderer LogoSprite;
2323
public static Texture2D _cachedCursor;
2424
public static Transform RightPanel;
25-
public static bool _wraithRegistered = false;
2625

2726
[HarmonyPatch(nameof(MainMenuManager.Start))]
2827
[HarmonyPostfix]
@@ -40,11 +39,6 @@ public static void StartPostfix(MainMenuManager __instance)
4039

4140
RightPanel = __instance.transform.Find("MainUI/AspectScaler/RightPanel");
4241

43-
if (NewModDateTime.IsWraithCallerUnlocked && !_wraithRegistered)
44-
{
45-
_wraithRegistered = true;
46-
}
47-
4842
if (NewModDateTime.IsNewModBirthdayWeek)
4943
{
5044
Coroutines.Start(ApplyBirthdayUI(__instance));

0 commit comments

Comments
 (0)