retrooper / packetevents

Precision meets performance—a powerful tool for mastering Minecraft packet manipulation with speed and finesse.
GNU General Public License v3.0
555 stars 150 forks source link

Fix support for new bungee compression #996

Closed booky10 closed 2 months ago

booky10 commented 2 months ago

Bungee changed some network internals last week for more performance This fixes the packetevents injector to work with their new compressor

I am not sure if we still want to support older BungeeCord versions


Fixes https://github.com/retrooper/packetevents/issues/983 Fixes https://github.com/retrooper/packetevents/issues/989

retrooper commented 2 months ago

This is fine, we can drop support for legacy BungeeCord. Thanks.