Skip to content

Commit

Permalink
Disable MC-224294 by default
Browse files Browse the repository at this point in the history
This is to adhere to Vanilla behavior...
  • Loading branch information
Spottedleaf committed Aug 31, 2024
1 parent 37ca0e7 commit 9c92ec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public static final class BugFixes {
fieldKeyName = "option.moonrise.fixMC224294",
section = BUG_FIX_SECTION
)
public boolean fixMC224294 = true;
public boolean fixMC224294 = false;

@Serializable(
serializedKey = "fix-MC-159283",
Expand Down

0 comments on commit 9c92ec4

Please sign in to comment.