mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
inventory fixes
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user