diff options
Diffstat (limited to 'patch-remap/mache-spigotflower-stripped/net/minecraft/world/item/trading/Merchant.java.patch')
-rw-r--r-- | patch-remap/mache-spigotflower-stripped/net/minecraft/world/item/trading/Merchant.java.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patch-remap/mache-spigotflower-stripped/net/minecraft/world/item/trading/Merchant.java.patch b/patch-remap/mache-spigotflower-stripped/net/minecraft/world/item/trading/Merchant.java.patch new file mode 100644 index 0000000000..592a148801 --- /dev/null +++ b/patch-remap/mache-spigotflower-stripped/net/minecraft/world/item/trading/Merchant.java.patch @@ -0,0 +1,9 @@ +--- a/net/minecraft/world/item/trading/Merchant.java ++++ b/net/minecraft/world/item/trading/Merchant.java +@@ -52,4 +52,6 @@ + } + + boolean isClientSide(); ++ ++ org.bukkit.craftbukkit.inventory.CraftMerchant getCraftMerchant(); // CraftBukkit + } |