[BUG] Client can not decode compressed packet after used /sendfilter multiple times
skbeh opened this issue · 0 comments
skbeh commented
Describe the bug
After used /sendfilter multiple (sometimes single one is enough) times, the client disconnects with a DecoderException
.
To Reproduce
Steps to reproduce the behavior:
- Install the plugin on latest velocity.
- Execute
/sendfilter (my username)
. - If the filter passes, do step 2 again.
- The client immediately disconnects after executing
/sendfilter (my username)
, with a line:
Internal Exception: io.netty.handler.codec.DecoderException: java.util.zip.DataFormatException: inflate data is bad
.
Expected behavior
Client keeps connected no matter how many times it is sent to filter.
Server Info (please complete the following information):