mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-04 22:14:40 +01:00
9 lines
214 B
Diff
9 lines
214 B
Diff
--- a/net/minecraft/server/IMerchant.java
|
|
+++ b/net/minecraft/server/IMerchant.java
|
|
@@ -38,4 +38,6 @@
|
|
}
|
|
|
|
}
|
|
+
|
|
+ org.bukkit.craftbukkit.inventory.CraftMerchant getCraftMerchant(); // CraftBukkit
|
|
}
|