Package l2p.loginserver

Examples of l2p.loginserver.SessionKey.checkLoginPair()


  @Override
  public void runImpl()
  {
    SessionKey sk = getClient().getSessionKey();
    if(sk.checkLoginPair(_skey1, _skey2))
    {
      if(LoginController.getInstance().isLoginPossible(getClient(), _serverId))
      {
        getClient().sendPacket(new PlayOk(sk));
      }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.