Skip to content

Commit

Permalink
Add missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
zrdzn committed Apr 28, 2022
1 parent 251035c commit 536cf06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void onEnable() {
pluginManager.registerEvents(new DropListener(this.logger, this.messageService, spigotAdapter, this.itemCache,
this.userCache), this);

MenuService menuService = new MenuService(this.logger, this.menu, this.userCache);
MenuService menuService = new MenuService(this.logger, this.messageService, this.menu, this.userCache);

this.getCommand("lovelydrop").setExecutor(new LovelyDropCommand(this.messageService, this));
this.getCommand("drop").setExecutor(new DropCommand(this.messageService, menuService));
Expand Down

0 comments on commit 536cf06

Please sign in to comment.