Examples of KickWaitingClientTask


Examples of l2p.gameserver.loginservercon.KickWaitingClientTask

      }
      else
      {
        //log.severe("Cheater? SessionKey invalid! Login: " + client.getLoginName() + ", IP: " + client.getIpAddr());
        client.sendPacket(new LoginFail(LoginFail.INCORRECT_ACCOUNT_INFO_CONTACT_CUSTOMER_SUPPORT));
        ThreadPoolManager.getInstance().scheduleGeneral(new KickWaitingClientTask(client), 1000);
        LSConnection.getInstance().sendPacket(new PlayerLogout(client.getLoginName()));
        LSConnection.getInstance().removeAccount(client);
      }
    }
  }
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.