LilyPad / GoLilyPad

GNU General Public License v3.0
98 stars 58 forks source link

Enable compression for 1.8 clients #32

Closed harrydevane closed 8 years ago

harrydevane commented 8 years ago

Compression is supported on client versions 1.8 and upwards.

coelho commented 8 years ago

The reason we enable compression here for 1.9 is because 1.9 no longer has a SetCompression packet in the play state - which we rely on. 1.8 does have this packet, thus this is unnecessary.