diff --git a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/loginserver/network/L2LoginClient.java b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/loginserver/network/L2LoginClient.java index 461a2917ea..c4f45ea59b 100644 --- a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/loginserver/network/L2LoginClient.java +++ b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/loginserver/network/L2LoginClient.java @@ -109,6 +109,11 @@ public final class L2LoginClient extends ChannelInboundHandler } } + @Override + public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) + { + } + public InetAddress getConnectionAddress() { return _addr; diff --git a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/loginserver/network/L2LoginClient.java b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/loginserver/network/L2LoginClient.java index 461a2917ea..c4f45ea59b 100644 --- a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/loginserver/network/L2LoginClient.java +++ b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/loginserver/network/L2LoginClient.java @@ -109,6 +109,11 @@ public final class L2LoginClient extends ChannelInboundHandler } } + @Override + public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) + { + } + public InetAddress getConnectionAddress() { return _addr; diff --git a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/loginserver/network/L2LoginClient.java b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/loginserver/network/L2LoginClient.java index 461a2917ea..c4f45ea59b 100644 --- a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/loginserver/network/L2LoginClient.java +++ b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/loginserver/network/L2LoginClient.java @@ -109,6 +109,11 @@ public final class L2LoginClient extends ChannelInboundHandler } } + @Override + public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) + { + } + public InetAddress getConnectionAddress() { return _addr; diff --git a/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/loginserver/network/L2LoginClient.java b/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/loginserver/network/L2LoginClient.java index 461a2917ea..c4f45ea59b 100644 --- a/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/loginserver/network/L2LoginClient.java +++ b/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/loginserver/network/L2LoginClient.java @@ -109,6 +109,11 @@ public final class L2LoginClient extends ChannelInboundHandler } } + @Override + public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) + { + } + public InetAddress getConnectionAddress() { return _addr; diff --git a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/loginserver/network/L2LoginClient.java b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/loginserver/network/L2LoginClient.java index 461a2917ea..c4f45ea59b 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/loginserver/network/L2LoginClient.java +++ b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/loginserver/network/L2LoginClient.java @@ -109,6 +109,11 @@ public final class L2LoginClient extends ChannelInboundHandler } } + @Override + public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) + { + } + public InetAddress getConnectionAddress() { return _addr;