From 156b1cc524d1c950c2e9eb453c415329112016a8 Mon Sep 17 00:00:00 2001 From: Aikar Date: Wed, 27 Apr 2016 22:22:35 -0400 Subject: [PATCH] comment out the other update call instead otherwise might break stuff --- .../Improve-Minecraft-Hopper-Performance.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Spigot-Server-Patches/Improve-Minecraft-Hopper-Performance.patch b/Spigot-Server-Patches/Improve-Minecraft-Hopper-Performance.patch index f0e54df8d29..4061553cb04 100644 --- a/Spigot-Server-Patches/Improve-Minecraft-Hopper-Performance.patch +++ b/Spigot-Server-Patches/Improve-Minecraft-Hopper-Performance.patch @@ -57,14 +57,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 flag = true; } else if (a(itemstack1, itemstack)) { @@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi - iinventory.update(); + tileentityhopper.setCooldown(tileentityhopper.world.spigotConfig.hopperTransfer); // Spigot + } + +- iinventory.update(); ++ //iinventory.update(); // Paper } -- iinventory.update(); -+ //iinventory.update(); // Paper - } - } - + iinventory.update(); @@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi this.g = i; }