[SPIGOT-1342] Unknown ClickType in InventoryClickEvent Created: 15/Dec/15 Updated: 22/Dec/15 Resolved: 22/Dec/15 |
|
| Status: | Closed |
| Project: | Spigot |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | chickeneer | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | Event, Inventory | ||
| Description |
|
When the Pick Block key has been rebound, a player clicking with that rebound key in an inventory will return the ClickType as unknown. It should give the same type as either MIDDLE or create a new ClickType such as PICK (referencing this being the pick block key). Without this change - unable to extract that information at the plugin level. |
| Comments |
| Comment by md_5 [ 22/Dec/15 ] |
|
In 1.9 at least the client does not appear to send any information on PICK block. |