Rebuild our patches for upstream changes

This commit is contained in:
Zach Brown 2014-12-18 17:35:10 -06:00
parent 6a5e553feb
commit ed8119ad4d
6 changed files with 21 additions and 22 deletions

View file

@ -1,4 +1,4 @@
From 26bc003c330544b2ff61c6ab19aa2f45030d1917 Mon Sep 17 00:00:00 2001
From b20199c2ef1d64e19d52153ba65fe5bfbddad752 Mon Sep 17 00:00:00 2001
From: Zach Brown <Zbob750@live.com>
Date: Mon, 28 Jul 2014 03:26:50 -0500
Subject: [PATCH] Stop using spigot's website for timings
@ -6,7 +6,7 @@ Subject: [PATCH] Stop using spigot's website for timings
There's no reason to do so at all, the fact that it just exists as a redirect is both odd and unnecessary
diff --git a/src/main/java/org/bukkit/command/defaults/TimingsCommand.java b/src/main/java/org/bukkit/command/defaults/TimingsCommand.java
index 7907021..94ce5dc 100644
index 552dabb..a652e87 100644
--- a/src/main/java/org/bukkit/command/defaults/TimingsCommand.java
+++ b/src/main/java/org/bukkit/command/defaults/TimingsCommand.java
@@ -94,7 +94,7 @@ public class TimingsCommand extends BukkitCommand {
@ -18,7 +18,7 @@ index 7907021..94ce5dc 100644
} catch (IOException e) {
} finally {
@@ -238,7 +238,7 @@ public class TimingsCommand extends BukkitCommand {
@@ -241,7 +241,7 @@ public class TimingsCommand extends BukkitCommand {
String location = con.getHeaderField( "Location" );
String pasteID = location.substring( "http://paste.ubuntu.com/".length(), location.length() - 1 );