Changeset 8630 for trunk/L2J_DataPack/dist/game/data/scripts/handlers/admincommandhandlers/AdminVitality.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/AdminVitality.java (modified) (2 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/AdminVitality.java
r8406 r8630 37 37 }; 38 38 39 @Override 39 40 public boolean useAdminCommand(String command, L2PcInstance activeChar) 40 41 { … … 116 117 return true; 117 118 } 118 else 119 { 120 activeChar.sendMessage("Target not found or not a player"); 121 return false; 122 } 119 activeChar.sendMessage("Target not found or not a player"); 120 return false; 123 121 } 124 122 123 @Override 125 124 public String[] getAdminCommandList() 126 125 {
Note: See TracChangeset
for help on using the changeset viewer.
