mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-31 20:33:52 -07:00
@@ -41,7 +41,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ */
|
+ */
|
||||||
+ public List<String> tabComplete(CommandSender sender, String alias, String[] args, Location location) throws IllegalArgumentException {
|
+ public List<String> tabComplete(CommandSender sender, String alias, String[] args, Location location) throws IllegalArgumentException {
|
||||||
+ // Simply default to the standard tab-complete, subclasses can override this if needed
|
+ // Simply default to the standard tab-complete, subclasses can override this if needed
|
||||||
+ System.out.println("wat");
|
|
||||||
+ return tabComplete(sender, alias, args);
|
+ return tabComplete(sender, alias, args);
|
||||||
+ }
|
+ }
|
||||||
+ // PaperSpigot end
|
+ // PaperSpigot end
|
||||||
|
Reference in New Issue
Block a user