diff --git a/Spigot-API-Patches/Add-Location-support-to-tab-completers-vanilla-featu.patch b/Spigot-API-Patches/Add-Location-support-to-tab-completers-vanilla-featu.patch index 9c4cbe136e..727ea70e82 100644 --- a/Spigot-API-Patches/Add-Location-support-to-tab-completers-vanilla-featu.patch +++ b/Spigot-API-Patches/Add-Location-support-to-tab-completers-vanilla-featu.patch @@ -41,7 +41,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + */ + public List tabComplete(CommandSender sender, String alias, String[] args, Location location) throws IllegalArgumentException { + // Simply default to the standard tab-complete, subclasses can override this if needed -+ System.out.println("wat"); + return tabComplete(sender, alias, args); + } + // PaperSpigot end