Skip to content

Commit

Permalink
fix: Fix scheduler not scheduling
Browse files Browse the repository at this point in the history
* How did I let that slide
  • Loading branch information
phinner committed Jun 11, 2024
1 parent 87db6ed commit 177a625
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public AudienceProvider getAudienceProvider() {
public void onInit() {
this.getLogger().info("Loading distributor common api");
DistributorProvider.set(this);
this.addListener((PluginSchedulerImpl) this.scheduler);
this.services.register(
this, ComponentRendererProvider.class, new StandardComponentRendererProvider(), Priority.NORMAL);
this.services.register(this, TranslationSource.class, TranslationSource.router(), Priority.HIGH);
Expand Down

0 comments on commit 177a625

Please sign in to comment.