Skip to content

Commit

Permalink
[CI-SKIP] Cleaned placeholders parsing code a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Jan 5, 2022
1 parent 431d128 commit e2d83df
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 281 deletions.
Expand Up @@ -524,7 +524,7 @@ private void registerPlaceholdersProvider() {
placeholdersProvider.ifPresent(placeholdersProviders::add);
}

PlaceholderHook.register(plugin, placeholdersProviders);
PlaceholderHook.register(placeholdersProviders);
}

private void registerHook(String className) {
Expand Down

0 comments on commit e2d83df

Please sign in to comment.