Changeset 8630 for trunk/L2J_DataPack/dist/game/data/scripts/handlers/admincommandhandlers/AdminBuffs.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/AdminBuffs.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/AdminBuffs.java
r8406 r8630 44 44 }; 45 45 46 @Override 46 47 public boolean useAdminCommand(String command, L2PcInstance activeChar) 47 48 { … … 73 74 return true; 74 75 } 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; 80 78 } 81 79 else if ((activeChar.getTarget() != null) && (activeChar.getTarget() instanceof L2Character)) … … 208 206 return true; 209 207 } 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; 215 210 } 216 211 else … … 220 215 } 221 216 217 @Override 222 218 public String[] getAdminCommandList() 223 219 {
Note: See TracChangeset
for help on using the changeset viewer.
