Skip to content

Commit daa22b3

Browse files
committed
Remove esu: namespace
1 parent a364407 commit daa22b3

File tree

1 file changed

+1
-1
lines changed
  • bukkit/src/main/kotlin/io/github/rothes/esu/bukkit/module/essentialcommands

1 file changed

+1
-1
lines changed

bukkit/src/main/kotlin/io/github/rothes/esu/bukkit/module/essentialcommands/Suicide.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object Suicide: BaseCommand<Suicide.Config, Suicide.Lang>() {
3333
fun suicide(sender: User, @Flag("confirm") confirm: Boolean = false) {
3434
if (!confirm) {
3535
val button = sender.buildMiniMessage(lang, { confirmButton })
36-
.clickEvent(ClickEvent.runCommand("/esu:suicide --confirm"))
36+
.clickEvent(ClickEvent.runCommand("/suicide --confirm"))
3737
sender.message(lang, { confirmSuicide }, component("confirm", button))
3838
return
3939
}

0 commit comments

Comments
 (0)