Merge pull request #34 from janavarro95/Development
Fixed Happy Birthday Spamming the SMAPI console when the player still…
This commit is contained in:
commit
b35746f85e
|
@ -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