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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user