SPIGOT-215: Implement infrastructure for Location tab completes

By: DemonWav <demonwav@gmail.com>
This commit is contained in:
CraftBukkit/Spigot
2016-08-25 09:48:52 +10:00
parent 7b4d8c3f3f
commit e82ad8c82f
3 changed files with 14 additions and 8 deletions

View File

@@ -568,7 +568,7 @@
return arraylist;
}
+ */
+ return server.tabComplete(icommandlistener, s); // PAIL : todo args
+ return server.tabComplete(icommandlistener, s, blockposition);
+ // CraftBukkit end
}