mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
Update for 1.6.5
This commit is contained in:
@@ -126,7 +126,7 @@ public class InventoryPlayer implements IInventory {
|
||||
if (itemstack.f()) {
|
||||
i = this.k();
|
||||
if (i >= 0) {
|
||||
this.items[i] = itemstack;
|
||||
this.items[i] = ItemStack.b(itemstack);
|
||||
this.items[i].b = 5;
|
||||
itemstack.count = 0;
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user