Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfnalex committed Feb 16, 2024
1 parent 1088c78 commit 09a0f60
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ class TripleContextCoordinatesArg(name: String) : CommandArgument<TripleContextC
sender: CommandSender,
typing: String,
): List<String> {
println(typing)
// println(typing)
// TODO: Add selectors and ~ ~~ for tabcomplete if has permission
// TODO: That requires passing the concat-ed string to the tabComplete method
return super.tabComplete(sender, typing)
}

Expand Down

0 comments on commit 09a0f60

Please sign in to comment.