Skip to content

Commit

Permalink
Fix wrong bug info
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed May 12, 2022
1 parent 5655622 commit b778ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/carpetfixes/CFSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -1745,8 +1745,8 @@ public class CFSettings {

//By FX - PR0CESS
@Rule(
desc = "Fixes minecart not bouncing from any transparent block with a full face",
extra = "[MC-6311](https://bugs.mojang.com/browse/MC-6311) & [MC-171903](https://bugs.mojang.com/browse/MC-171903)",
desc = "Fixes detector rails detecting the minecarts to early and causing minecarts to go in the wrong direction",
extra = "[MC-868](https://bugs.mojang.com/browse/MC-868)",
category = BUGFIX
)
public static boolean detectorRailDetectsTooEarlyFix = false;
Expand Down

0 comments on commit b778ba5

Please sign in to comment.