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/AdminEvents.java

    r8406 r8630  
    3737        }; 
    3838         
     39        @Override 
    3940        public String[] getAdminCommandList() 
    4041        { 
     
    4243        } 
    4344         
     45        @Override 
    4446        public boolean useAdminCommand(String command, L2PcInstance activeChar) 
    4547        { 
     
    7375                                                        return true; 
    7476                                                } 
    75                                                 else 
    76                                                 { 
    77                                                         activeChar.sendMessage("There is problem with starting '"+_event_name+"' event."); 
    78                                                         return true; 
    79                                                 } 
     77                                                 
     78                                                activeChar.sendMessage("There is problem with starting '"+_event_name+"' event."); 
     79                                                return true; 
    8080                                        } 
    8181                                } 
     
    102102                                                        return true; 
    103103                                                } 
    104                                                 else 
    105                                                 { 
    106                                                         activeChar.sendMessage("There is problem with stoping '"+_event_name+"' event."); 
    107                                                         return true; 
    108                                                 } 
     104                                                 
     105                                                activeChar.sendMessage("There is problem with stoping '"+_event_name+"' event."); 
     106                                                return true; 
    109107                                        } 
    110108                                } 
Note: See TracChangeset for help on using the changeset viewer.