We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403f286 commit 6dc7832Copy full SHA for 6dc7832
1 file changed
NewMod/NewModDateTime.cs
@@ -40,7 +40,6 @@ public static bool IsNewModBirthdayWeek
40
return now >= start && now < end;
41
}
42
43
- public static bool IsWraithCallerUnlocked => DateTime.Now >= BirthdayStartThisYear;
44
private const int HalloweenMonth = 10;
45
private const int HalloweenDay = 31;
46
public static readonly TimeSpan HalloweenWindow = TimeSpan.FromDays(7);
0 commit comments