Package com.l2jfrozen.gameserver.handler.voicedcommandhandlers

Examples of com.l2jfrozen.gameserver.handler.voicedcommandhandlers.Repair


      CustomBypassHandler.getInstance().registerCustomBypassHandler(handler);
      System.out.println("Raid Info is Enabled.");
     
      if(PowerPakConfig.CHAR_REPAIR)
      {
        Repair repair_handler = new Repair();
        VoicedCommandHandler.getInstance().registerVoicedCommandHandler(repair_handler);
        CustomBypassHandler.getInstance().registerCustomBypassHandler(repair_handler);
        System.out.println("Char Repair is Enabled.");
      }
View Full Code Here

TOP

Related Classes of com.l2jfrozen.gameserver.handler.voicedcommandhandlers.Repair

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.