Skip to content

Commit

Permalink
Fixed colors not working with default-signs section (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Jun 24, 2023
1 parent 533c931 commit 572b8ed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -462,7 +462,7 @@ else if (sections.length == 3)
}
}
}
defaultSignLines = config.getStringList("default-signs");
defaultSignLines = Formatters.formatList(config.getStringList("default-signs"), Formatters.COLOR_FORMATTER);
eventCommands = new HashMap<>();
if (config.contains("event-commands")) {
for (String eventName : config.getConfigurationSection("event-commands").getKeys(false)) {
Expand Down

0 comments on commit 572b8ed

Please sign in to comment.