[SPIGOT-3124] PlayerInteractEvent called 4 times Created: 13/Mar/17 Updated: 13/Mar/17 Resolved: 13/Mar/17 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Jan U | Assignee: | Unassigned |
Resolution: | Cannot Reproduce | Votes: | 0 |
Labels: | 1.11.2, PlayerInteractEvent |
Description |
If I rightclick on a Block will called 2 times mainHand and 2 times offHand. |
Comments |
Comment by md_5 [ 13/Mar/17 ] |
Also no reproduction steps included |
Comment by Black Hole [ 13/Mar/17 ] |
The events are called each time the client sends a packet. So the client is sending 4 packets. |