Skip to content

Commit

Permalink
Fix configuration header
Browse files Browse the repository at this point in the history
  • Loading branch information
skbeh committed Aug 19, 2024
1 parent 99d2290 commit 39a4a94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static <C extends Section> ConfigurationContainer<C> load(
) {
return load(logger, path, clazz, file, opts -> opts
.shouldCopyDefaults(true)
.header("KickRedirect | by 4drian3d\n"));
.header("ChatRegulator | by 4drian3d\n"));
}

private static boolean checkConfig(final Path path) {
Expand Down

0 comments on commit 39a4a94

Please sign in to comment.