mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-01 21:03:52 -07:00
Readd missed diff for minecart container size. Fixes BUKKIT-3826
This commit is contained in:
@@ -10,7 +10,7 @@ import org.bukkit.inventory.InventoryHolder;
|
||||
|
||||
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;
|
||||
|
||||
// CraftBukkit start
|
||||
|
Reference in New Issue
Block a user