delet todo

This commit is contained in:
DaMachinator 2018-02-14 12:46:53 -05:00
parent cf2e514843
commit 0b5abf8a1e
3 changed files with 0 additions and 3 deletions

View File

@ -24,7 +24,6 @@ class CommandMatterlink : CommandBase() {
if (args.isEmpty()) { if (args.isEmpty()) {
throw WrongUsageException("Invalid command! Valid uses: ${this.getUsage(sender)}") 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) val reply = CommandCore.execute(args)

View File

@ -24,7 +24,6 @@ class CommandMatterlink : CommandBase() {
if (args.isEmpty()) { if (args.isEmpty()) {
throw WrongUsageException("Invalid command! Valid uses: ${this.getUsage(sender)}") 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) val reply = CommandCore.execute(args)

View File

@ -24,7 +24,6 @@ class CommandMatterlink : CommandBase() {
if (args.isEmpty()) { if (args.isEmpty()) {
throw WrongUsageException("Invalid command! Valid uses: ${this.getUsage(sender)}") 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) val reply = CommandCore.execute(args)