Skip to content

Commit ba4898a

Browse files
committed
Remove Unused code
1 parent 5b971d6 commit ba4898a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/main/kotlin/com/kruthers/gamemode4core/commands/TpaCommand.kt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,4 @@ class TpaCommand(val plugin: Gamemode4Core) {
6161
)
6262
}
6363

64-
@Parser(name = "tpaLocation")
65-
fun parseTpaLocation(sender: CommandContext<CommandSender>, inputQueue: Queue<String>): Location {
66-
val input = inputQueue.remove()
67-
sender.sender.sendMessage("Got '$input' as fist input")
68-
69-
throw Exception("Unable to pass")
70-
}
71-
72-
7364
}

0 commit comments

Comments
 (0)