From b90bec092fc062b2061fa5e5ba4a34fad3091322 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Mon, 15 Feb 2016 20:10:47 -0600 Subject: [PATCH] There wasn't anything here http://i.imgur.com/AxtzziK.gif --- .../Add-Location-support-to-tab-completers-vanilla-featu.patch | 1 - 1 file changed, 1 deletion(-) 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