aadnk / ProtocolLib

Provides read and write access to the Minecraft protocol with Bukkit.
GNU General Public License v2.0
288 stars 92 forks source link

PacketPlayInUseEntity throws NPE on 1.8 Clients #64

Closed geNAZt closed 9 years ago

geNAZt commented 10 years ago

I don't know why this happens but it seems that some Clients (1.8) send a nulled action on this Action:

http://puu.sh/btm86/e0e5a6f12c.png

This causes a NPE inside ProtocolLib:

http://puu.sh/btmc8/a43bd035de.png

I looked into newer Versions of ProtocolLib but it seems that this has not been fixed.