inventory fixes

This commit is contained in:
Tahg
2011-02-08 19:37:53 -05:00
parent b76bc9cfb3
commit 61b79e8f98
6 changed files with 15 additions and 11 deletions

View File

@@ -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) {