papermc/work/pre-source-patches/Fix-PlayerInventory-file.patch

30 lines
1 KiB
Diff
Raw Normal View History

--- work/CraftBukkit/nms-patches/PlayerInventory.patch 2019-06-08 15:17:36.377383665 -0500
+++ work/CraftBukkit/nms-patches/PlayerInventory.patch 2019-06-08 15:17:36.377383665 -0500
@@ -0,0 +0,0 @@
public PlayerInventory(EntityHuman entityhuman) {
this.items = NonNullList.a(36, ItemStack.a);
this.armor = NonNullList.a(4, ItemStack.a);
-@@ -0,0 +0,0 @@
+@@ -0,0 +0,0 @@
return itemstack.getItem() == itemstack1.getItem() && ItemStack.equals(itemstack, itemstack1);
}
@@ -0,0 +0,0 @@
public int getFirstEmptySlotIndex() {
for (int i = 0; i < this.items.size(); ++i) {
if (((ItemStack) this.items.get(i)).isEmpty()) {
-@@ -0,0 +0,0 @@
+@@ -0,0 +0,0 @@
ItemStack itemstack = (ItemStack) this.armor.get(i);
if (itemstack.getItem() instanceof ItemArmor) {
@@ -0,0 +0,0 @@
});
}
}
-@@ -0,0 +0,0 @@
+@@ -0,0 +0,0 @@
}
public ItemStack getCarried() {