diff --git a/src/main/java/us/tastybento/bskyblock/api/commands/BSBCommand.java b/src/main/java/us/tastybento/bskyblock/api/commands/BSBCommand.java index 3917223be..820a314e4 100644 --- a/src/main/java/us/tastybento/bskyblock/api/commands/BSBCommand.java +++ b/src/main/java/us/tastybento/bskyblock/api/commands/BSBCommand.java @@ -20,7 +20,7 @@ public interface BSBCommand { /** * What will be executed when this command is run * @param user - * @param list + * @param args * @return true or false - true if the command executed successfully */ public abstract boolean execute(User user, List args);