[SPIGOT-2775] Cancelling PlayerDropItemEvent Causing Item duplication Created: 17/Nov/16 Updated: 17/Nov/16 Resolved: 17/Nov/16 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Nathan Wolf | Assignee: | Unassigned |
Resolution: | Cannot Reproduce | Votes: | 0 |
Labels: | 1.11 |
Plugin: | Magic |
Description |
I have a plugin which makes "undroppable" items, by cancelling the PlayerDropItemEvent. It seems like now in 1.11 when I do this, the item will duplicate- though only up to a count of two. So a single item will turn into a 2-count item, but after that it remains at 2. I don't think this is being caused by anything else my plugin is doing, but if there is any doubt I would be happy to make a simple isolated plugin for testing this issue. |
Comments |
Comment by Nathan Wolf [ 17/Nov/16 ] |
Thank you for looking! I am still seeing the problem with my plugin on the latest Spigot build, so maybe it is something weird my plugin is doing that was not an issue before. I'll dig deeper, and perhaps make a clean stand-alone test. I'll report back if I find anything, otherwise we'll assume it's something on my end that I can fix. |
Comment by md_5 [ 17/Nov/16 ] |
Cannot reproduce using Q or clicking outside the inventory on the current latest version. |