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

@@ -16,7 +16,7 @@ public class TileEntityDispenser extends TileEntity implements IInventory {
public TileEntityDispenser() {}
public int h_() {
return 9;
return this.e.length; //Craftbukkit
}
public ItemStack a(int i) {