Package net.sf.l2j.loginserver

Examples of net.sf.l2j.loginserver.SessionKey.checkLoginPair()


  public void run()
  {
    SessionKey sk = getClient().getSessionKey();

    // If we didn't showed the license we can't check these values
    if (!Config.SHOW_LICENCE || sk.checkLoginPair(_skey1, _skey2))
    {
      if (LoginController.getInstance().isLoginPossible(getClient(), _serverId))
      {
        getClient().setJoinedGS(true);
        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.