Compare commits

..

1 Commits

Author SHA1 Message Date
Auxilor
e1ffc851a3 Updated to 6.30.2 2022-03-26 16:02:09 +00:00
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();

View File

@@ -1,3 +1,3 @@
version = 6.30.1
version = 6.30.2
plugin-name = eco
kotlin.code.style = official