We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d1a9a8 + 757ca20 commit 51a4a4eCopy full SHA for 51a4a4e
1 file changed
plugin/src/main/kotlin/trplugins/menu/module/internal/listener/ListenerItemInteract.kt
@@ -53,7 +53,7 @@ object ListenerItemInteract {
53
class InventoryNMSImpl : InventoryNMS() {
54
55
private val `clazz$CraftInventoryCustom$MinecraftInventory` =
56
- obcClass("org.bukkit.craftbukkit.inventory.CraftInventoryCustom\$MinecraftInventory")
+ obcClass("inventory.CraftInventoryCustom\$MinecraftInventory")
57
58
override fun checkInventory(inventory: Inventory): Boolean {
59
return `clazz$CraftInventoryCustom$MinecraftInventory`.isInstance((inventory as CraftInventory).inventory)
0 commit comments