1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-17 02:34:30 +01:00

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;
} 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;
}