Allow the client to properly reload, hot-swapping config via .reload is available now

This commit is contained in:
noil 2021-03-27 18:58:53 -04:00
parent 331a790b9d
commit 8d4aa7a76d
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ public final class Seppuku {
this.configManager.getConfigurableList().clear();
this.configManager = new ConfigManager();
this.configManager.init();
this.getEventManager().dispatchEvent(new EventReload());
}