mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 13:07:06 +01:00
Readd missed diff for minecart container size. Fixes BUKKIT-3826
This commit is contained in:
parent
dc19d3788f
commit
26d1f9189a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import org.bukkit.inventory.InventoryHolder;
|
||||||
|
|
||||||
public abstract class EntityMinecartContainer extends EntityMinecartAbstract implements IInventory {
|
public abstract class EntityMinecartContainer extends EntityMinecartAbstract implements IInventory {
|
||||||
|
|
||||||
private ItemStack[] items = new ItemStack[36];
|
private ItemStack[] items = new ItemStack[27]; // CraftBukkit - 36 -> 27
|
||||||
private boolean b = true;
|
private boolean b = true;
|
||||||
|
|
||||||
// CraftBukkit start
|
// CraftBukkit start
|
||||||
|
|
Loading…
Reference in a new issue