Skip to content

Commit a4d0d15

Browse files
committed
Fix wrong bug info
1 parent 093bbb9 commit a4d0d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/carpetfixes/CFSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,8 +1771,8 @@ public class CFSettings {
17711771

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

0 commit comments

Comments
 (0)