1
0
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:
Jonathan Coates
2021-07-15 13:05:31 +01:00
6 changed files with 8 additions and 6 deletions

View File

@@ -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
{