Fixed Happy Birthday Spamming the SMAPI console when the player still hasn't choosen their birthday.

This commit is contained in:
2018-03-04 03:02:54 -08:00
parent e5808eeb5c
commit ded9895c12
1 changed files with 4 additions and 0 deletions

View File

@ -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)
{