1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-08 08:23:11 +00:00

Cryptography method enhanced

Protocol version-aware packets support implemented

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-13 14:33:08 -03:00
parent 4b954b2818
commit 632aaac548
31 changed files with 289 additions and 122 deletions

View File

@@ -15,8 +15,7 @@ public class Lineage2PacketHandler extends SimpleChannelHandler {
public void channelOpen(ChannelHandlerContext ctx, ChannelStateEvent e)
throws Exception {
connection = new Lineage2Connection(e.getChannel());
System.out.println(e);
connection.getPacketWriter().setConnection(connection);
super.channelOpen(ctx, e);
}