Skip to content

Commit

Permalink
Fix #57
Browse files Browse the repository at this point in the history
  • Loading branch information
showierdata9978 committed Jul 26, 2024
1 parent 03f96d2 commit d61b37a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ public ModMenuIntegrationImpl() {
public void saveConfig() {
Pickaxe.LOGGER.info("Saving config");

// Options.getInstance().chatClear.apply(false);
// bugged config option that causes crashes
Options.getInstance().chatClear.apply(false);

try {
File file = new File(configPath);
Expand Down

0 comments on commit d61b37a

Please sign in to comment.