mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
inventory fixes
This commit is contained in:
@@ -231,7 +231,7 @@ public class InventoryPlayer implements IInventory {
|
||||
}
|
||||
|
||||
public int h_() {
|
||||
return this.a.length + 4;
|
||||
return this.a.length + this.b.length; //Craftbukkit
|
||||
}
|
||||
|
||||
public ItemStack a(int i) {
|
||||
|
Reference in New Issue
Block a user