mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-17 06:48:23 +01:00
Merge pull request #519 from jamierocks/pr/update-inv
Update inventory. Fixes #505
This commit is contained in:
commit
5a4d011af5
1 changed files with 0 additions and 9 deletions
|
@ -40,15 +40,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
itemstack = ItemStack.a;
|
||||
flag = true;
|
||||
} else if (a(itemstack1, itemstack)) {
|
||||
@@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi
|
||||
}
|
||||
}
|
||||
|
||||
- iinventory1.update();
|
||||
+ //iinventory1.update(); // Paper
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +0,0 @@ public class TileEntityHopper extends TileEntityLootable implements IHopper, ITi
|
||||
this.f = i;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue