mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 18:31:29 +01:00
10 lines
214 B
Diff
10 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
|
||
|
}
|