From 3eddfd3968c725ef5d6eb06b169b72d97dbafb9f Mon Sep 17 00:00:00 2001 From: Will FP Date: Tue, 12 Dec 2023 12:15:02 +0000 Subject: [PATCH] Fixes --- .../kotlin/com/willfp/ecoenchants/commands/CommandReload.kt | 1 + gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/commands/CommandReload.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/commands/CommandReload.kt index 96bdb7a159..fcc3562f8f 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/commands/CommandReload.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/commands/CommandReload.kt @@ -7,6 +7,7 @@ import org.bukkit.command.CommandSender class CommandReload(plugin: EcoPlugin) : Subcommand(plugin, "reload", "ecoenchants.command.reload", false) { override fun onExecute(sender: CommandSender, args: List) { + plugin.reload() if (Prerequisite.HAS_1_20_3.isMet) { sender.sendMessage(plugin.langYml.getMessage("reloaded-1203")) } else { diff --git a/gradle.properties b/gradle.properties index 69c05d78a3..9d2c2d9834 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #libreforge-updater #Sun Dec 03 16:00:06 GMT 2023 kotlin.code.style=official -libreforge-version=4.49.0 -version=11.0.1 +libreforge-version=4.49.1 +version=11.0.2