Skip to content

Commit

Permalink
Update BetterJunimos.cs
Browse files Browse the repository at this point in the history
Changed capitalization in line 242
  • Loading branch information
goingcrazy1st committed May 17, 2024
1 parent a6f4235 commit 8029343
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 8029343

Please sign in to comment.