Compress ME Terminal Packets.

This commit is contained in:
AlgorithmX2
2014-02-16 01:33:17 -06:00
parent e3890b4b11
commit f9693a4b69
4 changed files with 90 additions and 19 deletions
+1
View File
@@ -30,6 +30,7 @@ public abstract class AppEngPacket
protected void configureWrite(ByteBuf data)
{
data.capacity( data.readableBytes() );
p = data;
}