Skip to content

Commit

Permalink
add whitespace back
Browse files Browse the repository at this point in the history
  • Loading branch information
bertcardinaels authored and Dream-Master committed Jan 12, 2024
1 parent c6b42ef commit 04b3f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/drethic/questbook/config/QBConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public static final void init(FMLPreInitializationEvent e) {
"[NYI]Disable party notifications. Default: false");
disableQuestNotifications = configBoolOption(Configuration.CATEGORY_GENERAL, "disableQuestNotifications", false,
"[NYI]Disable quest notifications. Default: false");

qbconfig.save();
}

Expand Down

0 comments on commit 04b3f5f

Please sign in to comment.