Changeset 8630 for trunk/L2J_DataPack/dist/game/data/scripts/handlers/admincommandhandlers/AdminEvents.java
- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dist/game/data/scripts/handlers/admincommandhandlers/AdminEvents.java (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/dist/game/data/scripts/handlers/admincommandhandlers/AdminEvents.java
r8406 r8630 37 37 }; 38 38 39 @Override 39 40 public String[] getAdminCommandList() 40 41 { … … 42 43 } 43 44 45 @Override 44 46 public boolean useAdminCommand(String command, L2PcInstance activeChar) 45 47 { … … 73 75 return true; 74 76 } 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; 80 80 } 81 81 } … … 102 102 return true; 103 103 } 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; 109 107 } 110 108 }
Note: See TracChangeset
for help on using the changeset viewer.
