Skip to content

Commit

Permalink
Merge pull request #93 from RedstoneFuture/Improvements/small-typo
Browse files Browse the repository at this point in the history
Small typo
  • Loading branch information
daniel-naegele authored Jul 3, 2023
2 parents 8a36c1c + c052d2b commit 23348da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private static void addDefaults() {

cfg.addDefault("sidebar.title", "&eInfo ●&6•");
cfg.addDefault("sidebar.member_list_style", "%team_color%%playername%");
cfg.addDefault("sidebar.member_list_max", "4");
cfg.addDefault("sidebar.member_list_max", 4);

if (isNewConfig) {
List<String> sidebarList = new ArrayList<>();
Expand Down

0 comments on commit 23348da

Please sign in to comment.