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:
parent
1652bda38d
commit
156b1cc524
1 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue