mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
SPIGOT-4840: CartographyInventory not returned for InventoryClickEvent.getClickedInventory on result slot
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
+ return bukkitEntity;
|
||||
+ }
|
||||
+
|
||||
+ CraftInventoryCartography inventory = new CraftInventoryCartography(this.inventory);
|
||||
+ CraftInventoryCartography inventory = new CraftInventoryCartography(this.inventory, this.f);
|
||||
+ bukkitEntity = new CraftInventoryView(this.player, inventory, this);
|
||||
+ return bukkitEntity;
|
||||
+ }
|
||||
|
Reference in New Issue
Block a user