mirror of
https://github.com/barkeser2002/Tenet.git
synced 2026-09-25 13:06:03 +03:00
10 lines
256 B
Diff
10 lines
256 B
Diff
--- a/net/minecraft/world/item/trading/IMerchant.java
|
|
+++ b/net/minecraft/world/item/trading/IMerchant.java
|
|
@@ -52,4 +52,6 @@
|
|
}
|
|
|
|
boolean isClientSide();
|
|
+
|
|
+ org.bukkit.craftbukkit.inventory.CraftMerchant getCraftMerchant(); // CraftBukkit
|
|
}
|