delet todo
This commit is contained in:
parent
cf2e514843
commit
0b5abf8a1e
|
@ -24,7 +24,6 @@ class CommandMatterlink : CommandBase() {
|
|||
if (args.isEmpty()) {
|
||||
throw WrongUsageException("Invalid command! Valid uses: ${this.getUsage(sender)}")
|
||||
}
|
||||
//TODO: check if sender is OP or test if normal users cannot send this
|
||||
|
||||
val reply = CommandCore.execute(args)
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@ class CommandMatterlink : CommandBase() {
|
|||
if (args.isEmpty()) {
|
||||
throw WrongUsageException("Invalid command! Valid uses: ${this.getUsage(sender)}")
|
||||
}
|
||||
//TODO: check if sender is OP or test if normal users cannot send this
|
||||
|
||||
val reply = CommandCore.execute(args)
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@ class CommandMatterlink : CommandBase() {
|
|||
if (args.isEmpty()) {
|
||||
throw WrongUsageException("Invalid command! Valid uses: ${this.getUsage(sender)}")
|
||||
}
|
||||
//TODO: check if sender is OP or test if normal users cannot send this
|
||||
|
||||
val reply = CommandCore.execute(args)
|
||||
|
||||
|
|
Loading…
Reference in New Issue