Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 12:30:06 +01:00
SPIGOT-4119: Incorrect slot type in InventoryClickEvent
Dieser Commit ist enthalten in:
Ursprung
6a109cf6bc
Commit
38adf52b28
@ -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;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren