Minecraft-Console-Client/MinecraftClient/Protocol
Pokechu22 0617629570 Fix two bugs with 1.7.10 protocol
The first bug is that the list isn't cleared in some cases, meaning new packets get data from the previous packet if it isn't read fully.  Most commonly, this happens with a plugin channel message.  The second bug happens because lists don't throw IndexOutOfRangeExceptions, but instead throw ArgumentOutOfRangeExceptions.  This caused the catch for ignoring message types to not occur, instead causing the client to crash.  This only happens in 1.7.10, where the message type is not included.

Most likely, these changes will fix the bugs seen in #114 and #117, although they may be caused by other bugs.
2016-02-26 18:00:27 -08:00
..
Handlers Fix two bugs with 1.7.10 protocol 2016-02-26 18:00:27 -08:00
IMinecraftCom.cs Add basic location handling 2015-11-27 17:16:37 +01:00
IMinecraftComHandler.cs Give ChatBots access to plugin channels. 2016-02-07 14:55:10 -08:00
ProtocolHandler.cs Add block material database 2015-12-09 23:04:00 +01:00