mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-05 22:31:25 +01:00
Oops, fix 1.8 clients
This commit is contained in:
parent
a8295c9de0
commit
1fbd561aec
@ -48,7 +48,9 @@ public class ViaDecodeHandler extends ByteToMessageDecoder {
|
||||
throw (Exception) e.getCause();
|
||||
}
|
||||
} finally {
|
||||
bytebuf.release();
|
||||
if (info.isActive()) {
|
||||
bytebuf.release();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user