summaryrefslogtreecommitdiffstats
path: root/nms-patches/ContainerChest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ContainerChest.patch')
-rw-r--r--nms-patches/ContainerChest.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/ContainerChest.patch b/nms-patches/ContainerChest.patch
index 0a166c6a..05e02ff5 100644
--- a/nms-patches/ContainerChest.patch
+++ b/nms-patches/ContainerChest.patch
@@ -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;