SPIGOT-215: Implement infrastructure for Location tab completes
By: DemonWav <demonwav@gmail.com>
This commit is contained in:
parent
7b4d8c3f3f
commit
e82ad8c82f
3 changed files with 14 additions and 8 deletions
|
@ -568,7 +568,7 @@
|
|||
return arraylist;
|
||||
}
|
||||
+ */
|
||||
+ return server.tabComplete(icommandlistener, s); // PAIL : todo args
|
||||
+ return server.tabComplete(icommandlistener, s, blockposition);
|
||||
+ // CraftBukkit end
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue