Skip to content

Commit e712cea

Browse files
committed
🚑️(️coreMindustry/menu) use CommandHandler
1 parent b1c8626 commit e712cea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/coreMindustry/menu.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ onEnable {
4545
}) {
4646
arg = listOf(it.name)
4747
reply("[yellow][快捷输入指令][] {command}".with("command" to (prefix + it.name)))
48-
cmds(this@impl)
48+
cmds.handle()
4949
}
5050
}
5151
}.send().awaitWithTimeout()

0 commit comments

Comments
 (0)