From dd2580a7424dbb54040d292a1e2ea7e901a75740 Mon Sep 17 00:00:00 2001 From: olivervscreeper Date: Mon, 25 May 2015 22:37:22 +0100 Subject: [PATCH] Fixes SPIGOT-906 - issue with the grammar used in timings command. --- Bukkit-Patches/0002-Spigot-Timings.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bukkit-Patches/0002-Spigot-Timings.patch b/Bukkit-Patches/0002-Spigot-Timings.patch index 432f7203f5..007f603f28 100644 --- a/Bukkit-Patches/0002-Spigot-Timings.patch +++ b/Bukkit-Patches/0002-Spigot-Timings.patch @@ -253,7 +253,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + String location = con.getHeaderField( "Location" ); + String pasteID = location.substring( "http://paste.ubuntu.com/".length(), location.length() - 1 ); -+ sender.sendMessage( ChatColor.GREEN + "View timings results can be viewed at http://www.spigotmc.org/go/timings?url=" + pasteID ); ++ sender.sendMessage( ChatColor.GREEN + "Timings results can be viewed at http://www.spigotmc.org/go/timings?url=" + pasteID ); + } catch ( IOException ex ) + { + sender.sendMessage( ChatColor.RED + "Error pasting timings, check your console for more information" );