comment out the other update call instead

otherwise might break stuff
This commit is contained in:
Aikar 2016-04-27 22:22:35 -04:00
parent 1652bda38d
commit 156b1cc524

View file

@ -57,14 +57,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
flag = true; flag = true;
} else if (a(itemstack1, itemstack)) { } else if (a(itemstack1, itemstack)) {
@@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi @@ -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();
+ //iinventory.update(); // Paper
}
}
@@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi @@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi
this.g = i; this.g = i;
} }