mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-11-26 09:54:49 +00:00
Merge branch 'mc-1.15.x' into mc-1.16.x
This commit is contained in:
@@ -126,7 +126,7 @@ public class TerminalState
|
||||
if( !compress ) return buffer;
|
||||
if( compressed != null ) return compressed;
|
||||
|
||||
ByteBuf compressed = Unpooled.directBuffer();
|
||||
ByteBuf compressed = Unpooled.buffer();
|
||||
OutputStream stream = null;
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user