mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
Revert "Add delay to hopper even if it doesn't do anything."
This reverts commit f5388e8f94e2cbab76c2255fd872c289e83100a0.
This commit is contained in:
parent
3bbfb41798
commit
2715e43305
1 changed files with 1 additions and 4 deletions
|
@ -180,11 +180,8 @@ public class TileEntityHopper extends TileEntity implements IHopper {
|
|||
if (!this.l() && BlockHopper.d(this.p())) {
|
||||
boolean flag = this.u() | suckInItems(this);
|
||||
|
||||
// CraftBukkit start - Move delay out of if block
|
||||
this.c(8);
|
||||
|
||||
if (flag) {
|
||||
// CraftBukkit end
|
||||
this.c(8);
|
||||
this.update();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue