@@ -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