summaryrefslogtreecommitdiffstats
path: root/nms-patches/ContainerMerchant.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ContainerMerchant.patch')
-rw-r--r--nms-patches/ContainerMerchant.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/ContainerMerchant.patch b/nms-patches/ContainerMerchant.patch
index 92b1aede..7cd43434 100644
--- a/nms-patches/ContainerMerchant.patch
+++ b/nms-patches/ContainerMerchant.patch
@@ -9,7 +9,7 @@
public class ContainerMerchant extends Container {
@@ -8,6 +9,19 @@
- private InventoryMerchant f;
+ private final InventoryMerchant f;
private final World g;
+ // CraftBukkit start