Lets just silence java.util.NoSuchElementException: decrypt - PEOPLE DON'T UNDERSTAND ITS NOT AN ERROR.
This commit is contained in:
parent
4c4cdd51a1
commit
4c96880580
@ -309,7 +309,8 @@ public class InitialHandler extends PacketHandler implements PendingConnection
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
|
||||
if ( ch.getHandle().isActive() )
|
||||
{
|
||||
unsafe().sendPacket( new PacketFCEncryptionResponse( new byte[ 0 ], new byte[ 0 ] ) );
|
||||
try
|
||||
{
|
||||
@ -320,6 +321,7 @@ public class InitialHandler extends PacketHandler implements PendingConnection
|
||||
disconnect( "Cipher error: " + Util.exception( ex ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
} );
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user