Package com.l2jfrozen.loginserver.L2LoginClient

Examples of com.l2jfrozen.loginserver.L2LoginClient.LoginClientState


      return null;
    }
    */
   
    ReceivablePacket<L2LoginClient> packet = null;
    LoginClientState state = client.getState();
   
    if (Config.DEBUG_PACKETS)
    {
      Log.add("Packet: " + Integer.toHexString(opcode) + " on State: " + state.name() + " Client: " + client.toString(), "LoginPacketsLog");
    }
   
    switch (state)
    {
      case CONNECTED:
View Full Code Here

TOP

Related Classes of com.l2jfrozen.loginserver.L2LoginClient.LoginClientState

Copyright © 2018 www.massapicom. 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.