Merge pull request #34 from janavarro95/Development

Fixed Happy Birthday Spamming the SMAPI console when the player still…
This commit is contained in:
janavarro95 2018-03-04 03:03:30 -08:00 committed by GitHub
commit b35746f85e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
{