reload config files on crazyauctions reload

This commit is contained in:
Ryder Belserion 2024-07-23 20:31:40 -04:00
parent 7de6d70bbc
commit 4897c4568a
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -83,6 +83,10 @@ public class AuctionCommand implements CommandExecutor {
return true;
}
Files.config.reload();
Files.data.reload();
Files.messages.reload();
this.fileManager.reloadFiles().init();
this.crazyManager.load();