ProtocolLib/src
Thibaut Gautier 2b22999b94
Fixed "protocollib_encoder" attempting to read non-nms packets (#959)
Added an override to the encoder as such would process any non-wire packets as NMS packets. In the case of the use of different APIs, such as Artemis Packet API, such would cause a conflict and would spit out casting exceptions. It is quite easy to resolve by exclusively accepting Wire Packets and packets which are assignable to the packet class. This solves the issue and tada happy ending.
2020-12-23 14:59:07 -05:00
..
main Fixed "protocollib_encoder" attempting to read non-nms packets (#959) 2020-12-23 14:59:07 -05:00
test Update to 1.16.4 (#1007) 2020-11-09 15:11:48 -05:00