mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-05 18:40:06 +01:00
Remove update when pasting chest.
This commit is contained in:
parent
6bac200ac0
commit
b5725e7107
@ -296,7 +296,6 @@ public class BlueprintPaster {
|
||||
}
|
||||
// Chests, in general
|
||||
if (bs instanceof InventoryHolder) {
|
||||
bs.update(true, false);
|
||||
Inventory ih = ((InventoryHolder)bs).getInventory();
|
||||
// Double chests are pasted as two blocks so inventory is filled twice. This code stops over filling for the first block.
|
||||
bpBlock.getInventory().forEach(ih::setItem);
|
||||
|
Loading…
Reference in New Issue
Block a user