From e1ffc851a352290b1eefe8cc0b13b659973ba896 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sat, 26 Mar 2022 16:02:09 +0000 Subject: [PATCH] Updated to 6.30.2 --- eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java b/eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java index fed6d3ca..00de9ef3 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java +++ b/eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java @@ -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(); diff --git a/gradle.properties b/gradle.properties index ca0a5d48..b876b110 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version = 6.30.1 +version = 6.30.2 plugin-name = eco kotlin.code.style = official \ No newline at end of file