Skip to content

Commit

Permalink
Merge branch 'Auxilor:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
LangZongz authored Dec 12, 2023
2 parents 2d8dd73 + 3eddfd3 commit f74e050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>) {
plugin.reload()
if (Prerequisite.HAS_1_20_3.isMet) {
sender.sendMessage(plugin.langYml.getMessage("reloaded-1203"))
} else {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f74e050

Please sign in to comment.