mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
reload config files on crazyauctions reload
This commit is contained in:
parent
7de6d70bbc
commit
4897c4568a
@ -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
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user