mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 10:12:06 -07:00
@@ -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