Skip to content

Commit

Permalink
Default new config option to false now that I am done testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Jan 19, 2023
1 parent 9f58e91 commit 028a5c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public static class Common {
.define("forceIntegrationMaterials", false);
this.logInvalidToolStackTrace = builder
.comment("If true, logs the stacktrace whenever a tool stack is created from a non-modifiable item. The stacktrace helps debug which mod is causing it, but is rather expensive on the chance they are doing it a lot.")
.define("logInvalidToolStackTrace", true);
.define("logInvalidToolStackTrace", false);
builder.pop();
}
}
Expand Down

0 comments on commit 028a5c2

Please sign in to comment.