Ignore:
Timestamp:
Jan 16, 2012 7:56:19 AM (4 months ago)
Author:
MELERIX
Message:

STABLE: Sync with BETA [8629]

Location:
trunk/L2J_DataPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/L2J_DataPack

  • trunk/L2J_DataPack/dist/game/data/scripts/handlers/voicedcommandhandlers/Lang.java

    r7665 r8630  
    3434         * @see com.l2jserver.gameserver.handler.IVoicedCommandHandler#useVoicedCommand(java.lang.String, com.l2jserver.gameserver.model.actor.instance.L2PcInstance, java.lang.String) 
    3535         */ 
     36        @Override 
    3637        public boolean useVoicedCommand(String command, L2PcInstance activeChar, String params) 
    3738        { 
     
    7273                                return true; 
    7374                        } 
    74                         else 
    75                         { 
    76                                 msg.setFile(activeChar.getHtmlPrefix(), "data/html/mods/Lang/Error.htm"); 
    77                                 activeChar.sendPacket(msg); 
    78                         } 
     75                        msg.setFile(activeChar.getHtmlPrefix(), "data/html/mods/Lang/Error.htm"); 
     76                        activeChar.sendPacket(msg); 
    7977                } 
    8078                 
     
    8684         * @see com.l2jserver.gameserver.handler.IVoicedCommandHandler#getVoicedCommandList() 
    8785         */ 
     86        @Override 
    8887        public String[] getVoicedCommandList() 
    8988        { 
Note: See TracChangeset for help on using the changeset viewer.