Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneFuture committed Jul 3, 2023
1 parent 8a36c1c commit c052d2b
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 c052d2b

Please sign in to comment.