diff --git a/nms-patches/PlayerConnection.patch b/nms-patches/PlayerConnection.patch index e63a53533d..42e0d82e57 100644 --- a/nms-patches/PlayerConnection.patch +++ b/nms-patches/PlayerConnection.patch @@ -1215,7 +1215,7 @@ + } + + InventoryView inventory = this.player.activeContainer.getBukkitView(); -+ SlotType type = CraftInventoryView.getSlotType(inventory, packetplayinwindowclick.b()); ++ SlotType type = CraftInventoryView.getSlotType(inventory, packetplayinwindowclick.c()); + InventoryClickEvent event; + ClickType click = ClickType.UNKNOWN;