From a65e45d889c1f040e1921eb84903af915df512db Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 6 Jun 2015 19:33:48 +1000 Subject: [SPIGOT-946] Begin making use of access transforms to simplify patching. --- nms-patches/JsonListEntry.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 nms-patches/JsonListEntry.patch (limited to 'nms-patches/JsonListEntry.patch') diff --git a/nms-patches/JsonListEntry.patch b/nms-patches/JsonListEntry.patch deleted file mode 100644 index 7e3bed75..00000000 --- a/nms-patches/JsonListEntry.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/net/minecraft/server/JsonListEntry.java -+++ b/net/minecraft/server/JsonListEntry.java -@@ -14,7 +14,7 @@ - this.a = t0; - } - -- T getKey() { -+ public T getKey() { // CraftBukkit - public - return this.a; - } - -- cgit v1.2.3