From 5195487ec6c01a80e3a2fca8c4acfc6b9524fcf5 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 14 May 2017 12:00:00 +1000 Subject: Update to Minecraft 1.12-pre2 --- nms-patches/EntitySlice.patch | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'nms-patches/EntitySlice.patch') diff --git a/nms-patches/EntitySlice.patch b/nms-patches/EntitySlice.patch index 3f381048..2efa923f 100644 --- a/nms-patches/EntitySlice.patch +++ b/nms-patches/EntitySlice.patch @@ -1,6 +1,6 @@ --- a/net/minecraft/server/EntitySlice.java +++ b/net/minecraft/server/EntitySlice.java -@@ -12,7 +12,7 @@ +@@ -13,7 +13,7 @@ public class EntitySlice extends AbstractSet { @@ -9,7 +9,7 @@ private final Map, List> b = Maps.newHashMap(); private final Set> c = Sets.newIdentityHashSet(); private final Class d; -@@ -40,7 +40,7 @@ +@@ -41,7 +41,7 @@ Object object = iterator.next(); if (oclass.isAssignableFrom(object.getClass())) { @@ -18,7 +18,7 @@ } } -@@ -77,7 +77,7 @@ +@@ -78,7 +78,7 @@ List list = (List) this.b.get(oclass); if (list == null) { @@ -27,12 +27,3 @@ } else { list.add(t0); } -@@ -125,7 +125,7 @@ - } - - public Iterator iterator() { -- return this.e.isEmpty() ? Iterators.emptyIterator() : Iterators.unmodifiableIterator(this.e.iterator()); -+ return this.e.isEmpty() ? Iterators.emptyIterator() : Iterators.unmodifiableIterator(this.e.iterator()); - } - - public int size() { -- cgit v1.2.3