rename - list -> args

This commit is contained in:
Tastybento 2017-12-24 10:26:41 -08:00
parent 2effa48c8f
commit 866ac2f776
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public interface BSBCommand {
* @param list
* @return true or false - true if the command executed successfully
*/
public abstract boolean execute(User user, List<String> list);
public abstract boolean execute(User user, List<String> args);
/**
* Tab Completer for CompositeCommands. Note that any registered sub-commands will be automatically