Updated to 6.30.2

This commit is contained in:
Auxilor
2022-03-26 16:02:09 +00:00
parent 828229b3e5
commit e1ffc851a3
2 changed files with 2 additions and 2 deletions

View File

@@ -489,9 +489,9 @@ public abstract class EcoPlugin extends JavaPlugin implements PluginLike {
public final void reload() {
this.getConfigHandler().updateConfigs();
this.getScheduler().cancelAll();
this.getConfigHandler().callUpdate();
this.getConfigHandler().callUpdate(); // Call twice to fix issues
this.getScheduler().cancelAll();
this.handleReload();