comment out the other update call instead
otherwise might break stuff
This commit is contained in:
parent
1652bda38d
commit
156b1cc524
1 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue