Skip to content

Commit

Permalink
Fix '/veinminer reload' not reloading categories.yml (fixes #116)
Browse files Browse the repository at this point in the history
Cherry-picked from 2.3.0 branch, 2e607a3
  • Loading branch information
2008Choco committed Aug 27, 2024
1 parent 816c525 commit 9e438a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public boolean onCommand(@NotNull CommandSender sender, @NotNull Command command
}

this.plugin.reloadConfig();
this.plugin.getCategoriesConfig().reload();
this.plugin.getVeinMinerManager().reloadFromConfig();
this.plugin.getToolCategoryRegistry().reloadFromConfig();

Expand Down

0 comments on commit 9e438a7

Please sign in to comment.