Code style changes.
This commit is contained in:
@@ -26,11 +26,11 @@ public interface IAdminCommandHandler
|
||||
* @param command
|
||||
* @return command success
|
||||
*/
|
||||
public boolean useAdminCommand(String command, L2PcInstance activeChar);
|
||||
boolean useAdminCommand(String command, L2PcInstance activeChar);
|
||||
|
||||
/**
|
||||
* this method is called at initialization to register all the item ids automatically
|
||||
* @return all known itemIds
|
||||
*/
|
||||
public String[] getAdminCommandList();
|
||||
String[] getAdminCommandList();
|
||||
}
|
||||
|
Reference in New Issue
Block a user