From 4f889d12fd016caeaf25b5c81b7b2fa991473326 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 21 Jun 2015 09:24:26 +1000 Subject: [PATCH] Rebuild patches. --- ...n-t-spawn-bonus-ocelots-when-plugins-spawn-ocelots.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CraftBukkit-Patches/0131-Don-t-spawn-bonus-ocelots-when-plugins-spawn-ocelots.patch b/CraftBukkit-Patches/0131-Don-t-spawn-bonus-ocelots-when-plugins-spawn-ocelots.patch index d9d1bb9c9f..dcc8b1deda 100644 --- a/CraftBukkit-Patches/0131-Don-t-spawn-bonus-ocelots-when-plugins-spawn-ocelots.patch +++ b/CraftBukkit-Patches/0131-Don-t-spawn-bonus-ocelots-when-plugins-spawn-ocelots.patch @@ -39,7 +39,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + ( (EntityOcelot) entity ).spawnBonus = false; + } + // Spigot end - if (entity instanceof EntityInsentient) { - ((EntityInsentient) entity).prepare(getHandle().E(new BlockPosition(entity)), (GroupDataEntity) null); - } + return entity; + } + -- \ No newline at end of file