Skip to content

Commit

Permalink
🔥 remove die code
Browse files Browse the repository at this point in the history
  • Loading branch information
XiYang6666 committed Jun 7, 2024
1 parent b1f67e0 commit 2c35070
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ object HashBookCommand {
val command = CommandAPICommand("hashbook")
.withSubcommands(reloadCommand, calcHashCommand, setHashCommand, hashCommand, bookInfoCommand)
.executes(CommandExecutor { sender, _ ->
val mm = MiniMessage.miniMessage()
sender.sendMiniMessage("$msgTitle HashBook is Running!")
sender.sendMiniMessage("<aqua>debug</aqua>: <green>${HashBook.config.debug}")
sender.sendMiniMessage("<aqua>storage_mode</aqua>: <green>${HashBook.config.storageMode}")
Expand Down

0 comments on commit 2c35070

Please sign in to comment.