Skip to content

Commit

Permalink
Fix rule info being incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed Jul 3, 2022
1 parent fa91b84 commit ea122de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/carpetfixes/CFSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -2099,8 +2099,7 @@ other bugs, except they deserve a category of their own (for sorting purposes...
public static boolean debugStackTrace = false;

@Rule(
desc = "Placing a powered rail on a jigsaw block will make it throw a real out of memory exception when the rail turns off",
extra = "Works a lot like `updateSuppressionBlock` although can only be toggled",
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",
category = DEBUG
)
public static boolean debugSimulatedOutOfMemory = false;
Expand Down

0 comments on commit ea122de

Please sign in to comment.