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) {