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/admincommandhandlers/AdminBuffs.java

    r8406 r8630  
    4444        }; 
    4545         
     46        @Override 
    4647        public boolean useAdminCommand(String command, L2PcInstance activeChar) 
    4748        { 
     
    7374                                        return true; 
    7475                                } 
    75                                 else 
    76                                 { 
    77                                         activeChar.sendMessage("The player " + playername + " is not online"); 
    78                                         return false; 
    79                                 } 
     76                                activeChar.sendMessage("The player " + playername + " is not online"); 
     77                                return false; 
    8078                        } 
    8179                        else if ((activeChar.getTarget() != null) && (activeChar.getTarget() instanceof L2Character)) 
     
    208206                                return true; 
    209207                        } 
    210                         else 
    211                         { 
    212                                 activeChar.sendMessage("There is nothing to switch."); 
    213                                 return false; 
    214                         } 
     208                        activeChar.sendMessage("There is nothing to switch."); 
     209                        return false; 
    215210                } 
    216211                else 
     
    220215        } 
    221216         
     217        @Override 
    222218        public String[] getAdminCommandList() 
    223219        { 
Note: See TracChangeset for help on using the changeset viewer.