mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-11 09:11: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();
|
throw (Exception) e.getCause();
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
bytebuf.release();
|
if (info.isActive()) {
|
||||||
|
bytebuf.release();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user