From cb4c48c3437f3e5412a3bac7d9d14a8b32b47dea Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Sat, 13 Feb 2016 20:11:49 -0600 Subject: [PATCH] Missed a comment --- .../Avoid-hopper-searches-if-there-are-no-items.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/Spigot-Server-Patches/Avoid-hopper-searches-if-there-are-no-items.patch b/Spigot-Server-Patches/Avoid-hopper-searches-if-there-are-no-items.patch index 46d04690f1..78a52d0181 100644 --- a/Spigot-Server-Patches/Avoid-hopper-searches-if-there-are-no-items.patch +++ b/Spigot-Server-Patches/Avoid-hopper-searches-if-there-are-no-items.patch @@ -53,6 +53,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + } else if (entity instanceof IInventory) { + inventoryEntityCounts[i]--; + } ++ // PaperSpigot end // Spigot start - decrement creature type count // Keep this synced up with World.a(Class) if (entity instanceof EntityInsentient) {