Fixed Happy Birthday Spamming the SMAPI console when the player still hasn't choosen their birthday.
This commit is contained in:
parent
e5808eeb5c
commit
ded9895c12
|
@ -228,6 +228,10 @@ namespace Omegasis.HappyBirthday
|
|||
}
|
||||
}
|
||||
|
||||
if (Game1.activeClickableMenu != null)
|
||||
{
|
||||
if (Game1.activeClickableMenu.GetType() == typeof(BirthdayMenu)) return;
|
||||
}
|
||||
// ask for birthday date
|
||||
if (!this.HasChosenBirthday)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue