Skip to content

Commit

Permalink
Fix the configs not reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jan 2, 2025
1 parent db2b315 commit 694b2aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public boolean onCommand(@NotNull CommandSender sender, Command cmd, @NotNull St
}
}

this.plugin.getFileManager().init();
this.plugin.getFileManager().reloadFiles().init();

Files.CONFIG.reload();
Files.MESSAGES.reload();
Expand Down

0 comments on commit 694b2aa

Please sign in to comment.