Skip to content

Commit

Permalink
reload config files on crazyauctions reload
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jul 24, 2024
1 parent 7de6d70 commit 4897c45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Fixed:
- Issue with file manager not properly loading/reloading files.
- Reload config files on /crazyauctions reload

### Added:
- `Help-Msg` to the messages.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ public boolean onCommand(@NotNull CommandSender sender, @NotNull Command cmd, @N
return true;
}

Files.config.reload();
Files.data.reload();
Files.messages.reload();

this.fileManager.reloadFiles().init();

this.crazyManager.load();
Expand Down

0 comments on commit 4897c45

Please sign in to comment.