Skip to content

Commit ea122de

Browse files
committed
Fix rule info being incorrect
1 parent fa91b84 commit ea122de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/carpetfixes/CFSettings.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2099,8 +2099,7 @@ other bugs, except they deserve a category of their own (for sorting purposes...
20992099
public static boolean debugStackTrace = false;
21002100

21012101
@Rule(
2102-
desc = "Placing a powered rail on a jigsaw block will make it throw a real out of memory exception when the rail turns off",
2103-
extra = "Works a lot like `updateSuppressionBlock` although can only be toggled",
2102+
desc = "A jigsaw block with a lightning rod ontop of itself will make it throw a real out of memory exception when receiving a block update",
21042103
category = DEBUG
21052104
)
21062105
public static boolean debugSimulatedOutOfMemory = false;

0 commit comments

Comments
 (0)