Skip to content

Commit

Permalink
Merge pull request #128 from skbeh/config-header
Browse files Browse the repository at this point in the history
Fix configuration header
  • Loading branch information
4drian3d authored Aug 28, 2024
2 parents 53cc356 + 39a4a94 commit ef794e1
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 ef794e1

Please sign in to comment.