Skip to content

Commit

Permalink
fix: fix compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yusshu authored Feb 3, 2024
1 parent 4a76b47 commit 929049f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public void onEnable() {
.register(new TownyChatIntegration(this, registry))
.register(new PlaceholderAPIIntegration(this, registry))
.register(new DiscordSRVIntegration(registry))
.register(new MiniPlaceholdersIntegration(registry))
.register(new MiniPlaceholdersIntegration(this))
.register(new EssentialsDiscordIntegration(this, registry))
.check();

Expand Down

0 comments on commit 929049f

Please sign in to comment.