mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Update to Minecraft 1.10
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
public class ContainerChest extends Container {
|
||||
|
||||
private IInventory container;
|
||||
private int f;
|
||||
private final IInventory container;
|
||||
private final int f;
|
||||
+ // CraftBukkit start
|
||||
+ private CraftInventoryView bukkitEntity = null;
|
||||
+ private PlayerInventory player;
|
||||
|
Reference in New Issue
Block a user