Added missing L2LoginClient override.

This commit is contained in:
MobiusDev 2018-02-19 06:55:49 +00:00
parent ff7006dbc2
commit 9bac3a6a40
5 changed files with 25 additions and 0 deletions

View File

@ -109,6 +109,11 @@ public final class L2LoginClient extends ChannelInboundHandler<L2LoginClient>
}
}
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause)
{
}
public InetAddress getConnectionAddress()
{
return _addr;

View File

@ -109,6 +109,11 @@ public final class L2LoginClient extends ChannelInboundHandler<L2LoginClient>
}
}
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause)
{
}
public InetAddress getConnectionAddress()
{
return _addr;

View File

@ -109,6 +109,11 @@ public final class L2LoginClient extends ChannelInboundHandler<L2LoginClient>
}
}
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause)
{
}
public InetAddress getConnectionAddress()
{
return _addr;

View File

@ -109,6 +109,11 @@ public final class L2LoginClient extends ChannelInboundHandler<L2LoginClient>
}
}
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause)
{
}
public InetAddress getConnectionAddress()
{
return _addr;

View File

@ -109,6 +109,11 @@ public final class L2LoginClient extends ChannelInboundHandler<L2LoginClient>
}
}
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause)
{
}
public InetAddress getConnectionAddress()
{
return _addr;