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