Skip to content

Commit

Permalink
Merge pull request #57 from goingcrazy1st/master
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkfalcon authored May 17, 2024
2 parents a6f4235 + 8029343 commit 4fbee88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BetterJunimos/BetterJunimos.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ void OnMenuChanged(object sender, MenuChangedEventArgs e) {

// opened menu
if (e.OldMenu != null || e.NewMenu is not CarpenterMenu) return;
if (!Helper.Reflection.GetField<bool>(e.NewMenu, "magicalConstruction").GetValue()) return;
if (!Helper.Reflection.GetField<bool>(e.NewMenu, "MagicalConstruction").GetValue()) return;
// limit to only junimo hut
if (!Game1.MasterPlayer.mailReceived.Contains("hasPickedUpMagicInk")) {
OpenJunimoHutMenu();
Expand Down

0 comments on commit 4fbee88

Please sign in to comment.